summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2013-03-22 15:47:17 +0000
committerPaul Wilkins <paulwilkins@google.com>2013-03-22 17:43:43 +0000
commitec080fa9dece663d00409bd59dbea0e02b9d47af (patch)
tree4c9453ce90f5155639d5ab3608f5747eaf87e14d /vp9/encoder/vp9_onyx_int.h
parent815734e5fb2693f10d6e9bf53ce5d68c9707d460 (diff)
downloadlibvpx-ec080fa9dece663d00409bd59dbea0e02b9d47af.tar
libvpx-ec080fa9dece663d00409bd59dbea0e02b9d47af.tar.gz
libvpx-ec080fa9dece663d00409bd59dbea0e02b9d47af.tar.bz2
libvpx-ec080fa9dece663d00409bd59dbea0e02b9d47af.zip
Disable zero bin mode boost.
As things stand the zero bin mode boost is hurting somewhat. In part this seems to be because the boost applied as is interferes with the rd mode selection loop. Average gains (derf 0.072, yt 0.243, ythd 0.179 std-hd 0.212%) Change-Id: Icaecea3908d9a7352370e49b8fa822f2c2c49dc1
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 4a1c3c0ec..891cc3f52 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -51,9 +51,9 @@
#define MIN_THRESHMULT 32
#define MAX_THRESHMULT 512
-#define GF_ZEROMV_ZBIN_BOOST 12
-#define LF_ZEROMV_ZBIN_BOOST 6
-#define MV_ZBIN_BOOST 4
+#define GF_ZEROMV_ZBIN_BOOST 0
+#define LF_ZEROMV_ZBIN_BOOST 0
+#define MV_ZBIN_BOOST 0
#define SPLIT_MV_ZBIN_BOOST 0
#define INTRA_ZBIN_BOOST 0