Home
last modified time | relevance | path

Searched refs:COEF_BANDS (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/vp8/common/
Dentropy.h66 #define COEF_BANDS 8 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.c157 while (++i < COEF_BANDS); 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];
396 while (++band < COEF_BANDS); in print_context_counters()
Dbitstream.c53 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_toke…
1234 while (++j < COEF_BANDS); in vp8_estimate_entropy_savings()
1329 while (++j < COEF_BANDS); in update_coef_probs()
1694 for (j = 0; j < COEF_BANDS; j++) 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()
150 for (j = 0; j < COEF_BANDS; j++) in fill_token_costs()
/external/libvpx/vp8/decoder/
Ddecodframe.c828 for (j = 0; j < COEF_BANDS; j++) in vp8_decode_frame()