summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mcomp.c
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-03-05 11:43:01 -0800
committerJingning Han <jingning@google.com>2015-03-05 11:44:10 -0800
commitfda0410822341eaa48d2de3cd8b02d98e10da6d5 (patch)
treee2042b5e57f8c9930cadf297f70a0c8294901f2b /vp9/encoder/vp9_mcomp.c
parent87bf5203aff73b27164b871a97a0b36b15f39e1e (diff)
downloadlibvpx-fda0410822341eaa48d2de3cd8b02d98e10da6d5.tar
libvpx-fda0410822341eaa48d2de3cd8b02d98e10da6d5.tar.gz
libvpx-fda0410822341eaa48d2de3cd8b02d98e10da6d5.tar.bz2
libvpx-fda0410822341eaa48d2de3cd8b02d98e10da6d5.zip
Move pred_mv assign outside integral projection motion search
Change-Id: I040b066fdce08e2f05115a22ea808715aa147779
Diffstat (limited to 'vp9/encoder/vp9_mcomp.c')
-rw-r--r--vp9/encoder/vp9_mcomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_mcomp.c b/vp9/encoder/vp9_mcomp.c
index c49a8bef3..0730467b0 100644
--- a/vp9/encoder/vp9_mcomp.c
+++ b/vp9/encoder/vp9_mcomp.c
@@ -1855,7 +1855,6 @@ unsigned int vp9_int_pro_motion_estimation(const VP9_COMP *cpi, MACROBLOCK *x,
}
tmp_mv->row *= 8;
tmp_mv->col *= 8;
- x->pred_mv[LAST_FRAME] = *tmp_mv;
return best_sad;
}