Searched refs:MAX_ENTROPY_TOKENS (Results 1 – 9 of 9) 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] = {
42 [MAX_ENTROPY_TOKENS];
695 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in sum_probs_over_prev_coef_context() argument698 for (i = 0; i < MAX_ENTROPY_TOKENS; ++i) { in sum_probs_over_prev_coef_context()725 unsigned int prev_coef_count_sum[MAX_ENTROPY_TOKENS] = { 0 }; in independent_coef_context_savings()726 int prev_coef_savings[MAX_ENTROPY_TOKENS] = { 0 }; in independent_coef_context_savings()727 const unsigned int(*probs)[MAX_ENTROPY_TOKENS]; in independent_coef_context_savings()732 probs = (const unsigned int(*)[MAX_ENTROPY_TOKENS])x->coef_counts[i][j]; in independent_coef_context_savings()748 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in independent_coef_context_savings()796 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in default_coef_context_savings()999 } while (++t < MAX_ENTROPY_TOKENS); in vp8_update_coef_probs()
24 [MAX_ENTROPY_TOKENS];435 } while (++t < MAX_ENTROPY_TOKENS); in print_context_counters()
693 [MAX_ENTROPY_TOKENS];
113 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs() argument