summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-05-15 11:12:45 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-05-15 11:12:45 -0700
commit3181290ee83613b3a7bf57e8caf48517d4f25346 (patch)
treeda109fa3a8dd5e71caaa5f45b31751f75e9c83cd /vp9/encoder/vp9_firstpass.h
parent1fe6496b176d20c8adf02ccfe00fb61d2097af96 (diff)
downloadlibvpx-3181290ee83613b3a7bf57e8caf48517d4f25346.tar
libvpx-3181290ee83613b3a7bf57e8caf48517d4f25346.tar.gz
libvpx-3181290ee83613b3a7bf57e8caf48517d4f25346.tar.bz2
libvpx-3181290ee83613b3a7bf57e8caf48517d4f25346.zip
Removing unused fields from twopass_rc struct.
Change-Id: Iaece070e9d1305ac3d8df9d3431fefa6e20ac0ec
Diffstat (limited to 'vp9/encoder/vp9_firstpass.h')
-rw-r--r--vp9/encoder/vp9_firstpass.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_firstpass.h b/vp9/encoder/vp9_firstpass.h
index f7ba423b9..02a3d1f77 100644
--- a/vp9/encoder/vp9_firstpass.h
+++ b/vp9/encoder/vp9_firstpass.h
@@ -41,7 +41,6 @@ typedef struct {
struct twopass_rc {
unsigned int section_intra_rating;
unsigned int next_iiratio;
- unsigned int this_iiratio;
FIRSTPASS_STATS total_stats;
FIRSTPASS_STATS this_frame_stats;
const FIRSTPASS_STATS *stats_in;
@@ -50,8 +49,6 @@ struct twopass_rc {
FIRSTPASS_STATS total_left_stats;
int first_pass_done;
int64_t bits_left;
- int64_t clip_bits_total;
- double avg_iiratio;
double modified_error_min;
double modified_error_max;
double modified_error_total;
@@ -72,7 +69,6 @@ struct twopass_rc {
int64_t gf_group_bits;
// Bits for the golden frame or ARF - 2 pass only
int gf_bits;
- int alt_extra_bits;
int sr_update_lag;