summaryrefslogtreecommitdiff
path: root/vp10/common/entropymv.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/common/entropymv.c')
-rw-r--r--vp10/common/entropymv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp10/common/entropymv.c b/vp10/common/entropymv.c
index 2ef08a6ba..fd11d9005 100644
--- a/vp10/common/entropymv.c
+++ b/vp10/common/entropymv.c
@@ -129,6 +129,7 @@ MV_CLASS_TYPE vp10_get_mv_class(int z, int *offset) {
int vp10_use_mv_hp(const MV *ref) {
#if CONFIG_UNIVERSAL_HP
+ (void) ref;
return 1;
#else
return (abs(ref->row) >> 3) < COMPANDED_MVREF_THRESH &&