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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user