summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2012-12-10 10:51:42 -0800
committerScott LaVarnway <slavarnway@google.com>2012-12-10 10:51:42 -0800
commit3a19eebe4d39d5e3016c74b46bcaf9fde94e0e09 (patch)
treea602fbba73de2ff9a9b441ad5e22d7710233e627 /vp8/encoder/onyx_int.h
parent000c8414b510dcaeb1ab7a52bec78c4a6b97cafd (diff)
downloadlibvpx-3a19eebe4d39d5e3016c74b46bcaf9fde94e0e09.tar
libvpx-3a19eebe4d39d5e3016c74b46bcaf9fde94e0e09.tar.gz
libvpx-3a19eebe4d39d5e3016c74b46bcaf9fde94e0e09.tar.bz2
libvpx-3a19eebe4d39d5e3016c74b46bcaf9fde94e0e09.zip
Moved zbin_over_quant to macroblock struct
Change-Id: I76fe20ade099573997404b8733cf7f79e82fb21e WIP: Fixing unsafe threading in VP8 encoder.
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index 902cfef9c..8dbd5a293 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -412,10 +412,8 @@ typedef struct VP8_COMP
int ni_frames;
int avg_frame_qindex;
- int zbin_over_quant;
int zbin_mode_boost;
int zbin_mode_boost_enabled;
- int last_zbin_over_quant;
int last_zbin_mode_boost;
int64_t total_byte_count;