summaryrefslogtreecommitdiff
path: root/vp9/common/entropymv.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2012-11-09 10:52:08 -0800
committerDeb Mukherjee <debargha@google.com>2012-11-13 08:27:04 -0800
commit7de64f35d3782c0be451305ed3d9f4fdbb0bfa2a (patch)
treefa5ce401630163896833038134c5369c778b7c40 /vp9/common/entropymv.h
parent5d65614fdda553a7016d94848ee0564c41c9a5b1 (diff)
downloadlibvpx-7de64f35d3782c0be451305ed3d9f4fdbb0bfa2a.tar
libvpx-7de64f35d3782c0be451305ed3d9f4fdbb0bfa2a.tar.gz
libvpx-7de64f35d3782c0be451305ed3d9f4fdbb0bfa2a.tar.bz2
libvpx-7de64f35d3782c0be451305ed3d9f4fdbb0bfa2a.zip
A fix in MV_REF experiment
This fix ensures that the forward prob update is not turned off for motion vectors. Change-Id: I0b63c9401155926763c6294df6cca68b32bac340
Diffstat (limited to 'vp9/common/entropymv.h')
-rw-r--r--vp9/common/entropymv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/entropymv.h b/vp9/common/entropymv.h
index a489d114c..7a5fadff1 100644
--- a/vp9/common/entropymv.h
+++ b/vp9/common/entropymv.h
@@ -125,5 +125,5 @@ void vp9_counts_to_nmv_context(
unsigned int (*branch_ct_fp)[4 - 1][2],
unsigned int (*branch_ct_class0_hp)[2],
unsigned int (*branch_ct_hp)[2]);
-
+void vp9_counts_process(nmv_context_counts *NMVcount, int usehp);
#endif