Searched refs:MAX_ENTROPY_TOKENS (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | entropy.h | 37 #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]);
|
D | entropy.c | 42 vp8_prev_token_class[MAX_ENTROPY_TOKENS]) = 104 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] =
|
/external/libvpx/libvpx/vp8/encoder/ |
D | block.h | 107 [MAX_ENTROPY_TOKENS]; 141 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
|
D | defaultcoefcounts.h | 23 [MAX_ENTROPY_TOKENS] =
|
D | tokenize.h | 44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
|
D | bitstream.c | 824 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()
|
D | tokenize.c | 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; 473 while (++t < MAX_ENTROPY_TOKENS); in print_context_counters()
|
D | onyx_int.h | 715 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
|
D | rdopt.c | 153 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs() argument
|