Searched refs:MAX_ENTROPY_TOKENS (Results 1 – 7 of 7) sorted by relevance
36 #define MAX_ENTROPY_TOKENS 12 macro41 extern const struct vp8_token_struct vp8_coef_encodings[MAX_ENTROPY_TOKENS];90 vp8_prev_token_class[MAX_ENTROPY_TOKENS]);
36 vp8_prev_token_class[MAX_ENTROPY_TOKENS]) = {88 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] = {
100 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];135 [MAX_ENTROPY_TOKENS];
21 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS] = {
656 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in sum_probs_over_prev_coef_context() argument659 for (i = 0; i < MAX_ENTROPY_TOKENS; ++i) { in sum_probs_over_prev_coef_context()686 unsigned int prev_coef_count_sum[MAX_ENTROPY_TOKENS] = { 0 }; in independent_coef_context_savings()687 int prev_coef_savings[MAX_ENTROPY_TOKENS] = { 0 }; in independent_coef_context_savings()688 const unsigned int(*probs)[MAX_ENTROPY_TOKENS]; in independent_coef_context_savings()693 probs = (const unsigned int(*)[MAX_ENTROPY_TOKENS])x->coef_counts[i][j]; in independent_coef_context_savings()709 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in independent_coef_context_savings()757 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in default_coef_context_savings()
699 [MAX_ENTROPY_TOKENS];
113 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs() argument