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
Showing
- vp8/common/coefupdateprobs.h 1 addition, 1 deletionvp8/common/coefupdateprobs.h
- vp8/common/defaultcoefcounts.c 1 addition, 1 deletionvp8/common/defaultcoefcounts.c
- vp8/common/defaultcoefcounts.h 1 addition, 1 deletionvp8/common/defaultcoefcounts.h
- vp8/common/entropy.c 3 additions, 3 deletionsvp8/common/entropy.c
- vp8/common/entropy.h 4 additions, 5 deletionsvp8/common/entropy.h
- vp8/common/onyxc_int.h 1 addition, 1 deletionvp8/common/onyxc_int.h
- vp8/decoder/decodframe.c 1 addition, 1 deletionvp8/decoder/decodframe.c
- vp8/encoder/bitstream.c 25 additions, 25 deletionsvp8/encoder/bitstream.c
- vp8/encoder/block.h 1 addition, 1 deletionvp8/encoder/block.h
- vp8/encoder/onyx_int.h 4 additions, 4 deletionsvp8/encoder/onyx_int.h
- vp8/encoder/rdopt.c 2 additions, 2 deletionsvp8/encoder/rdopt.c
- vp8/encoder/tokenize.c 4 additions, 4 deletionsvp8/encoder/tokenize.c
- vp8/encoder/tokenize.h 1 addition, 1 deletionvp8/encoder/tokenize.h
Loading
Please register or sign in to comment