summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymv.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2013-04-19 11:54:02 +0100
committerPaul Wilkins <paulwilkins@google.com>2013-04-19 11:54:02 +0100
commitaa76bf3d285c00ab170f89afaa3ee0c79ba82b0e (patch)
treef50280762ae75a01409cd5a65755bd031605b89b /vp9/common/vp9_entropymv.c
parentac0961b73904a48f8caaea1aee9f6e8fcb2b4953 (diff)
downloadlibvpx-aa76bf3d285c00ab170f89afaa3ee0c79ba82b0e.tar
libvpx-aa76bf3d285c00ab170f89afaa3ee0c79ba82b0e.tar.gz
libvpx-aa76bf3d285c00ab170f89afaa3ee0c79ba82b0e.tar.bz2
libvpx-aa76bf3d285c00ab170f89afaa3ee0c79ba82b0e.zip
Removal of CONFIG_NEW_MVREF experiment.
This experiment has failed to give much benefit but does add complexity so deprecated. Change-Id: Ic7b929ba706390b9907ef0b4f965bd401ca799a4
Diffstat (limited to 'vp9/common/vp9_entropymv.c')
-rw-r--r--vp9/common/vp9_entropymv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/vp9/common/vp9_entropymv.c b/vp9/common/vp9_entropymv.c
index 0a81015cb..320c29c6a 100644
--- a/vp9/common/vp9_entropymv.c
+++ b/vp9/common/vp9_entropymv.c
@@ -17,13 +17,8 @@
#define MV_COUNT_SAT 16
#define MV_MAX_UPDATE_FACTOR 160
-#if CONFIG_NEW_MVREF
-/* Integer pel reference mv threshold for use of high-precision 1/8 mv */
-#define COMPANDED_MVREF_THRESH 1000000
-#else
/* Integer pel reference mv threshold for use of high-precision 1/8 mv */
#define COMPANDED_MVREF_THRESH 8
-#endif
/* Smooth or bias the mv-counts before prob computation */
/* #define SMOOTH_MV_COUNTS */