Commit ad6a9d4e authored by Yunqing Wang's avatar Yunqing Wang
Browse files

Fixed minor bug for realtime-only building

Showing with 0 additions and 2 deletions
......@@ -1137,7 +1137,6 @@ int vp8_diamond_search_sadx4
}
#if !(CONFIG_REALTIME_ONLY)
int vp8_full_search_sad(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int error_per_bit, int distance, vp8_variance_fn_ptr_t *fn_ptr, int *mvcost[2], int *mvsadcost[2])
{
unsigned char *what = (*(b->base_src) + b->src);
......@@ -1350,7 +1349,6 @@ int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, int er
else
return INT_MAX;
}
#endif
#ifdef ENTROPY_STATS
void print_mode_context(void)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment