Renaming TX_SIZE_MAX_SB to TX_SIZES.
Change-Id: I6aa4191935aa93461a07c41b59fdae1eb5f5f107
This commit is contained in:
@@ -138,7 +138,7 @@ struct macroblock {
|
||||
unsigned char *active_ptr;
|
||||
|
||||
// note that token_costs is the cost when eob node is skipped
|
||||
vp9_coeff_cost token_costs[TX_SIZE_MAX_SB];
|
||||
vp9_coeff_cost token_costs[TX_SIZES];
|
||||
|
||||
int optimize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user