Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropy.h37 #define MAX_ENTROPY_TOKENS 12 macro
42 extern const struct vp8_token_struct vp8_coef_encodings[MAX_ENTROPY_TOKENS];
91 extern DECLARE_ALIGNED(16, const unsigned char, vp8_prev_token_class[MAX_ENTROPY_TOKENS]);
Dentropy.c42 vp8_prev_token_class[MAX_ENTROPY_TOKENS]) =
104 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] =
/external/libvpx/libvpx/vp8/encoder/
Dblock.h107 [MAX_ENTROPY_TOKENS];
141 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Ddefaultcoefcounts.h23 [MAX_ENTROPY_TOKENS] =
Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Dbitstream.c824 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in sum_probs_over_prev_coef_context() argument
828 for (i=0; i < MAX_ENTROPY_TOKENS; ++i) in sum_probs_over_prev_coef_context()
864 unsigned int prev_coef_count_sum[MAX_ENTROPY_TOKENS] = {0}; in independent_coef_context_savings()
865 int prev_coef_savings[MAX_ENTROPY_TOKENS] = {0}; in independent_coef_context_savings()
866 const unsigned int (*probs)[MAX_ENTROPY_TOKENS]; in independent_coef_context_savings()
871 probs = (const unsigned int (*)[MAX_ENTROPY_TOKENS]) in independent_coef_context_savings()
888 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in independent_coef_context_savings()
948 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in default_coef_context_savings()
1192 while (++t < MAX_ENTROPY_TOKENS); in vp8_update_coef_probs()
Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
473 while (++t < MAX_ENTROPY_TOKENS); in print_context_counters()
Donyx_int.h715 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
Drdopt.c153 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs() argument