summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-04-16 15:05:52 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-04-16 15:05:52 -0700
commit1ad7c1f2504bf6d7487e36ca099e0ea38e72285e (patch)
treef5868dc1d10676fd8af9437d8439534a8c0a106d /vp9/common/vp9_onyxc_int.h
parent07cde4fdc81dd8e601ae9e5025d5a110b69f316e (diff)
downloadlibvpx-1ad7c1f2504bf6d7487e36ca099e0ea38e72285e.tar
libvpx-1ad7c1f2504bf6d7487e36ca099e0ea38e72285e.tar.gz
libvpx-1ad7c1f2504bf6d7487e36ca099e0ea38e72285e.tar.bz2
libvpx-1ad7c1f2504bf6d7487e36ca099e0ea38e72285e.zip
Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_q fields from VP9Common.
New names are y_dc_delta_q, uv_dc_delta_q, uv_ac_delta_q. Change-Id: I4acae1fc23a4697ce2c5a5becb8dc28ef0a4b552
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index 71a430341..b8dec09e2 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -228,9 +228,9 @@ typedef struct VP9Common {
int base_qindex;
int last_kf_gf_q; /* Q used on the last GF or KF */
- int y1dc_delta_q;
- int uvdc_delta_q;
- int uvac_delta_q;
+ int y_dc_delta_q;
+ int uv_dc_delta_q;
+ int uv_ac_delta_q;
unsigned int frames_since_golden;
unsigned int frames_till_alt_ref_frame;