summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-04-18 14:26:06 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-04-18 14:26:06 -0700
commit8b20aa2337e3b62339302410d3f85151248af833 (patch)
tree291241665225cc03c8f065136eaebb5bd1439d32 /vp9/common
parentd7310797815c54bee0b3b98bbad8a8cbf00f18a7 (diff)
parent1ad7c1f2504bf6d7487e36ca099e0ea38e72285e (diff)
downloadlibvpx-8b20aa2337e3b62339302410d3f85151248af833.tar
libvpx-8b20aa2337e3b62339302410d3f85151248af833.tar.gz
libvpx-8b20aa2337e3b62339302410d3f85151248af833.tar.bz2
libvpx-8b20aa2337e3b62339302410d3f85151248af833.zip
Merge "Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_q fields from VP9Common." into experimental
Diffstat (limited to 'vp9/common')
-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 66698f71a..13ec8657f 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -231,9 +231,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;