summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-07-19 00:05:11 -0400
committerJohn Koleszar <jkoleszar@google.com>2011-07-19 00:05:11 -0400
commit2614b77fcb415d37383fbd970bddc29785f7cc74 (patch)
tree94191c6f0bd8b3a9b972dbb812208b9818858611 /vp8/encoder/onyx_int.h
parent8bf2cbce9850c68bf58bc210ba8fff96a21d76ba (diff)
parentb5ea2fbc2c1554769848774c836aad262af95072 (diff)
downloadlibvpx-2614b77fcb415d37383fbd970bddc29785f7cc74.tar
libvpx-2614b77fcb415d37383fbd970bddc29785f7cc74.tar.gz
libvpx-2614b77fcb415d37383fbd970bddc29785f7cc74.tar.bz2
libvpx-2614b77fcb415d37383fbd970bddc29785f7cc74.zip
Merge remote branch 'origin/master' into experimental
Change-Id: Ida9204624fe3fb99fed1b149d1f88159480fdd83
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index be79cb0a5..341ece3e8 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -348,6 +348,10 @@ typedef struct VP8_COMP
int per_frame_bandwidth; // Current section per frame bandwidth target
int av_per_frame_bandwidth; // Average frame size target for clip
int min_frame_bandwidth; // Minimum allocation that should be used for any frame
+ int buffered_av_per_frame_bandwidth; // Average bitrate over the last buffer
+ int buffered_av_per_frame_bandwidth_rem; // Average bitrate remainder
+ int accumulated_overshoot; // Accumulated # of bits spent > target
+
int inter_frame_target;
double output_frame_rate;
long long last_time_stamp_seen;