Renaming TX_SIZE_MAX_SB to TX_SIZES.

Change-Id: I6aa4191935aa93461a07c41b59fdae1eb5f5f107
This commit is contained in:
Dmitry Kovalev
2013-07-26 17:15:37 -07:00
parent decb1b94de
commit 23391ea835
12 changed files with 62 additions and 62 deletions

View File

@@ -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;