summaryrefslogtreecommitdiffstats
path: root/libvpx/vp9/common/vp9_findnearmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp9/common/vp9_findnearmv.c')
-rw-r--r--libvpx/vp9/common/vp9_findnearmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvpx/vp9/common/vp9_findnearmv.c b/libvpx/vp9/common/vp9_findnearmv.c
index a692271..643b229 100644
--- a/libvpx/vp9/common/vp9_findnearmv.c
+++ b/libvpx/vp9/common/vp9_findnearmv.c
@@ -15,7 +15,7 @@
#include "vp9/common/vp9_sadmxn.h"
static void lower_mv_precision(int_mv *mv, int usehp) {
- if (!usehp || !vp9_use_nmv_hp(&mv->as_mv)) {
+ if (!usehp || !vp9_use_mv_hp(&mv->as_mv)) {
if (mv->as_mv.row & 1)
mv->as_mv.row += (mv->as_mv.row > 0 ? -1 : 1);
if (mv->as_mv.col & 1)