From d330a5876b54d4e20fce1533d534affddffd71ea Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Tue, 26 Oct 2010 09:37:44 -0400 Subject: arm: remove duplicate functions These functions were true duplicates of functions present in the generic code. This fixes some of the link errors when building with --enable-shared --enable-pic. Change-Id: Idff26599d510d954e439207883607ad6b74df20c --- vp8/encoder/mcomp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vp8/encoder/mcomp.c') diff --git a/vp8/encoder/mcomp.c b/vp8/encoder/mcomp.c index 4d60b92d6..850208eb8 100644 --- a/vp8/encoder/mcomp.c +++ b/vp8/encoder/mcomp.c @@ -1127,6 +1127,7 @@ 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); @@ -1339,6 +1340,8 @@ 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) -- cgit v1.2.3