summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.c
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2012-03-01 03:10:21 -0800
committerDeb Mukherjee <debargha@google.com>2012-03-01 03:10:21 -0800
commite41e5ce5adc58daf11ca2d52da880446cbfbff39 (patch)
treefe77182af13871fe9c318dd10bfc0b453e823ba3 /vp8/encoder/encodeframe.c
parent2ad7a4a2711aa0ffe87add551e0368b5d2a2e025 (diff)
downloadlibvpx-e41e5ce5adc58daf11ca2d52da880446cbfbff39.tar
libvpx-e41e5ce5adc58daf11ca2d52da880446cbfbff39.tar.gz
libvpx-e41e5ce5adc58daf11ca2d52da880446cbfbff39.tar.bz2
libvpx-e41e5ce5adc58daf11ca2d52da880446cbfbff39.zip
Various bug fixes related to high precision mv
Change-Id: Ie5a7c87d71bd4a541463b68704620d89cec142cf
Diffstat (limited to 'vp8/encoder/encodeframe.c')
-rw-r--r--vp8/encoder/encodeframe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp8/encoder/encodeframe.c b/vp8/encoder/encodeframe.c
index 574b5c878..d6910677f 100644
--- a/vp8/encoder/encodeframe.c
+++ b/vp8/encoder/encodeframe.c
@@ -1021,6 +1021,9 @@ void init_encode_frame_mb_context(VP8_COMP *cpi)
vp8_zero(cpi->uv_mode_count)
x->mvc = cm->fc.mvc;
+#if CONFIG_HIGH_PRECISION_MV
+ x->mvc_hp = cm->fc.mvc_hp;
+#endif
vpx_memset(cm->above_context, 0,
sizeof(ENTROPY_CONTEXT_PLANES) * cm->mb_cols);