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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/vp8/common/mvref_common.h b/vp8/common/mvref_common.h
index 9be408894..3f19ddbdb 100644
--- a/vp8/common/mvref_common.h
+++ b/vp8/common/mvref_common.h
@@ -12,17 +12,13 @@
#include "blockd.h"
// MR reference entropy header file.
-#if CONFIG_NEW_MVREF
+#if CONFIG_NEWBESTREFMV
#ifndef __INC_MVREF_COMMON_H
#define __INC_MVREF_COMMON_H
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,