summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2013-02-21 10:00:36 +0000
committerPaul Wilkins <paulwilkins@google.com>2013-02-22 14:00:51 +0000
commitdbf49420461de4030fdf79ae74fc30e5ce513639 (patch)
tree93d1b703727da5688055af813d8a93172c986b7f /vp9/encoder/vp9_onyx_int.h
parentef01b956d88e68a4cb66b94d6a99a46c6909fa1a (diff)
downloadlibvpx-dbf49420461de4030fdf79ae74fc30e5ce513639.tar
libvpx-dbf49420461de4030fdf79ae74fc30e5ce513639.tar.gz
libvpx-dbf49420461de4030fdf79ae74fc30e5ce513639.tar.bz2
libvpx-dbf49420461de4030fdf79ae74fc30e5ce513639.zip
Experimental removal of over quant code
The over quant code was added in VP8 post bitstream freeze to allow compression to lower data rates In VP9 the real qualtizer range has been greatly extended anyway. Change-Id: I5d384fa5e9a83ef75a3df34ee30627bd21901526
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 813003388..cfd761aa9 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -53,7 +53,6 @@
#define GF_ZEROMV_ZBIN_BOOST 12
#define LF_ZEROMV_ZBIN_BOOST 6
#define MV_ZBIN_BOOST 4
-#define ZBIN_OQ_MAX 192
#define VP9_TEMPORAL_ALT_REF 1
@@ -421,7 +420,6 @@ typedef struct VP9_COMP {
double tot_q;
double avg_q;
- int zbin_over_quant;
int zbin_mode_boost;
int zbin_mode_boost_enabled;