Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistently

There were many instances in the code of vp8_coef_tokens and
vp8_coef_tokens-1, which was a preprocessor macro despite the naming
convention. Replace these with MAX_ENTROPY_TOKENS and ENTROPY_NODES,
respectively.

Change-Id: I72c4f6c7634c94e1fa066cd511471e5592c748da
This commit is contained in:
John Koleszar
2011-06-28 17:03:47 -04:00
parent 9bcf07ae4a
commit b32da7c3da
13 changed files with 49 additions and 50 deletions

View File

@@ -16,6 +16,6 @@
extern const unsigned int vp8_default_coef_counts[BLOCK_TYPES]
[COEF_BANDS]
[PREV_COEF_CONTEXTS]
[vp8_coef_tokens];
[MAX_ENTROPY_TOKENS];
#endif //__DEFAULTCOEFCOUNTS_H