Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dentropy.h36 #define MAX_ENTROPY_TOKENS 12 macro
41 extern const struct vp8_token_struct vp8_coef_encodings[MAX_ENTROPY_TOKENS];
90 vp8_prev_token_class[MAX_ENTROPY_TOKENS]);
Dentropy.c36 vp8_prev_token_class[MAX_ENTROPY_TOKENS]) = {
88 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] = {
/external/libvpx/vp8/encoder/
Dblock.h100 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
135 [MAX_ENTROPY_TOKENS];
Ddefaultcoefcounts.h21 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS] = {
Dbitstream.c656 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in sum_probs_over_prev_coef_context() argument
659 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()
Donyx_int.h699 [MAX_ENTROPY_TOKENS];
Drdopt.c113 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs() argument