Searched refs:MAX_ENTROPY_TOKENS (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp8/common/ |
D | entropy.h | 34 #define MAX_ENTROPY_TOKENS vp8_coef_tokens macro
|
D | entropy.c | 30 DECLARE_ALIGNED(16, cuchar, vp8_prev_token_class[MAX_ENTROPY_TOKENS]) = { 0, 1, 2, 2, 2, 2, 2, 2, 2…
|
/external/libvpx/vp8/decoder/ |
D | detokenize.c | 51 DECLARE_ALIGNED(16, static const TOKENEXTRABITS, vp8d_token_extra_bits2[MAX_ENTROPY_TOKENS]) =
|
D | decodframe.c | 830 for (l = 0; l < MAX_ENTROPY_TOKENS - 1; l++) in vp8_decode_frame()
|
/external/libvpx/vp8/encoder/ |
D | bitstream.c | 1702 for (l = 0; l < MAX_ENTROPY_TOKENS - 1; l++) in print_tree_update_probs()
|