Fixing upper case names.
Renaming Y1dequant to y_dequant, UVdequant to uv_dequant, QIndex to qindex. Change-Id: I1c356e5f886deb3f8807dc212de9799b55b09d58
This commit is contained in:
@@ -167,8 +167,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;
|
||||
|
||||
Reference in New Issue
Block a user