Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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] =
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h107 [MAX_ENTROPY_TOKENS];
138 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.c823 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in sum_probs_over_prev_coef_context() argument
827 for (i=0; i < MAX_ENTROPY_TOKENS; ++i) in sum_probs_over_prev_coef_context()
863 unsigned int prev_coef_count_sum[MAX_ENTROPY_TOKENS] = {0}; in independent_coef_context_savings()
864 int prev_coef_savings[MAX_ENTROPY_TOKENS] = {0}; in independent_coef_context_savings()
865 const unsigned int (*probs)[MAX_ENTROPY_TOKENS]; in independent_coef_context_savings()
870 probs = (const unsigned int (*)[MAX_ENTROPY_TOKENS]) in independent_coef_context_savings()
887 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in independent_coef_context_savings()
947 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in default_coef_context_savings()
1191 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.h701 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
Drdopt.c152 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs() argument