summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-04-10 11:28:29 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-04-15 18:36:01 -0700
commit4e9529cb24fb8fc4edabb32868afcb288feb1f59 (patch)
treebae2ca5dbc93c849b64ae2d82c37067489ccb3dc /vp9/encoder/vp9_ratectrl.h
parentcb9550eea0d3f14c5115bf924b0a5421e8e264af (diff)
downloadlibvpx-4e9529cb24fb8fc4edabb32868afcb288feb1f59.tar
libvpx-4e9529cb24fb8fc4edabb32868afcb288feb1f59.tar.gz
libvpx-4e9529cb24fb8fc4edabb32868afcb288feb1f59.tar.bz2
libvpx-4e9529cb24fb8fc4edabb32868afcb288feb1f59.zip
Renaming av_per_frame_bandwidth to avg_frame_bandwidth.
Just to be consistent with min_frame_bandwidth & max_frame_bandwidth names. Change-Id: I36702c708cba9ad1a5c36393f37758a2edeadb90
Diffstat (limited to 'vp9/encoder/vp9_ratectrl.h')
-rw-r--r--vp9/encoder/vp9_ratectrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_ratectrl.h b/vp9/encoder/vp9_ratectrl.h
index cf6526b8b..036470001 100644
--- a/vp9/encoder/vp9_ratectrl.h
+++ b/vp9/encoder/vp9_ratectrl.h
@@ -54,9 +54,9 @@ typedef struct {
int source_alt_ref_active;
int is_src_frame_alt_ref;
- int av_per_frame_bandwidth; // Average frame size target for clip
- int min_frame_bandwidth; // Minimum allocation used for any frame
- int max_frame_bandwidth; // Maximum burst rate allowed for a frame.
+ int avg_frame_bandwidth; // Average frame size target for clip
+ int min_frame_bandwidth; // Minimum allocation used for any frame
+ int max_frame_bandwidth; // Maximum burst rate allowed for a frame.
int ni_av_qi;
int ni_tot_qi;