Home
last modified time | relevance | path

Searched refs:MAX_ENTROPY_TOKENS (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/common/
Dentropy.h34 #define MAX_ENTROPY_TOKENS vp8_coef_tokens macro
Dentropy.c30 DECLARE_ALIGNED(16, cuchar, vp8_prev_token_class[MAX_ENTROPY_TOKENS]) = { 0, 1, 2, 2, 2, 2, 2, 2, 2…
/external/libvpx/vp8/decoder/
Ddetokenize.c51 DECLARE_ALIGNED(16, static const TOKENEXTRABITS, vp8d_token_extra_bits2[MAX_ENTROPY_TOKENS]) =
Ddecodframe.c830 for (l = 0; l < MAX_ENTROPY_TOKENS - 1; l++) in vp8_decode_frame()
/external/libvpx/vp8/encoder/
Dbitstream.c1702 for (l = 0; l < MAX_ENTROPY_TOKENS - 1; l++) in print_tree_update_probs()