Home
last modified time | relevance | path

Searched refs:PREV_COEF_CONTEXTS (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/vp8/common/
Dentropy.h86 # define PREV_COEF_CONTEXTS 3 macro
90 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_co…
Ddefaultcoefcounts.h14 static const unsigned int default_coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_…
Dcoefupdateprobs.h15 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_toke…
Dentropy.c155 while (++k < PREV_COEF_CONTEXTS); in vp8_default_coef_probs()
Donyxc_int.h44 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1];
/external/libvpx/vp8/encoder/
Dtokenize.h40 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens];
Donyx_int.h459 …unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; /* fo…
462 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1];
463 …unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1][2…
Dblock.h113 unsigned int token_costs[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens];
Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens];
391 while (++pt < PREV_COEF_CONTEXTS); in print_context_counters()
Dbitstream.c53 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_toke…
1232 while (++k < PREV_COEF_CONTEXTS); in vp8_estimate_entropy_savings()
1327 while (++k < PREV_COEF_CONTEXTS); in update_coef_probs()
1698 for (k = 0; k < PREV_COEF_CONTEXTS; k++) in print_tree_update_probs()
Drdopt.c142 unsigned int c [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens], in fill_token_costs()
143 const vp8_prob p [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1] in fill_token_costs()
151 for (k = 0; k < PREV_COEF_CONTEXTS; k++) in fill_token_costs()
/external/libvpx/vp8/decoder/
Ddetokenize.c21 #define OCB_X PREV_COEF_CONTEXTS * ENTROPY_NODES
Ddecodframe.c829 for (k = 0; k < PREV_COEF_CONTEXTS; k++) in vp8_decode_frame()