summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyxc_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-04-10 13:29:38 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-04-10 13:29:38 -0700
commit0cef7234e1227dbd008dd9dcc608a8579bc52e24 (patch)
tree171a07a1271f163ca07c87340c4773136ebf4a09 /vp9/common/vp9_onyxc_int.h
parent1c6df34c06cc87d49dc4ea4e814133834e46339a (diff)
parentc34f6fcb5470123f6eeda058f20ac340fb1b45cf (diff)
downloadlibvpx-0cef7234e1227dbd008dd9dcc608a8579bc52e24.tar
libvpx-0cef7234e1227dbd008dd9dcc608a8579bc52e24.tar.gz
libvpx-0cef7234e1227dbd008dd9dcc608a8579bc52e24.tar.bz2
libvpx-0cef7234e1227dbd008dd9dcc608a8579bc52e24.zip
Merge "Fixing upper case names." into experimental
Diffstat (limited to 'vp9/common/vp9_onyxc_int.h')
-rw-r--r--vp9/common/vp9_onyxc_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/vp9_onyxc_int.h b/vp9/common/vp9_onyxc_int.h
index ea43e80f5..6f928f5e0 100644
--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -169,8 +169,8 @@ typedef enum {
typedef struct VP9Common {
struct vpx_internal_error_info error;
- DECLARE_ALIGNED(16, int16_t, Y1dequant[QINDEX_RANGE][16]);
- DECLARE_ALIGNED(16, int16_t, UVdequant[QINDEX_RANGE][16]);
+ DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][16]);
+ DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][16]);
int width;
int height;