summaryrefslogtreecommitdiff
path: root/vp8/common/mvref_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/mvref_common.h')
-rw-r--r--vp8/common/mvref_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp8/common/mvref_common.h b/vp8/common/mvref_common.h
index 9be408894..33db7b7e2 100644
--- a/vp8/common/mvref_common.h
+++ b/vp8/common/mvref_common.h
@@ -19,10 +19,6 @@
unsigned int mv_distance(int_mv *mv1, int_mv *mv2);
-unsigned int pick_best_mv_ref( int_mv target_mv,
- int_mv * mv_ref_list,
- int_mv * best_ref );
-
void find_mv_refs(
MACROBLOCKD *xd,
MODE_INFO *here,