Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropy.h89 # define PREV_COEF_CONTEXTS 3 macro
93 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROP…
Dcoefupdateprobs.h21 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES…
Ddefault_coef_probs.h23 [PREV_COEF_CONTEXTS]
Donyxc_int.h47 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
/external/libvpx/libvpx/vp8/encoder/
Dblock.h106 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS]
141 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Donyx_int.h445 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
446 char update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
448 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2];
715 [PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
Dbitstream.c54 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES…
792 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
804 for (k = 0; k < PREV_COEF_CONTEXTS; k++)
824 const unsigned int probs[PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in sum_probs_over_prev_coef_context()
830 for (j=0; j < PREV_COEF_CONTEXTS; ++j) in sum_probs_over_prev_coef_context()
908 while (++k < PREV_COEF_CONTEXTS); in independent_coef_context_savings()
970 while (++k < PREV_COEF_CONTEXTS); in default_coef_context_savings()
1098 for (k = 0; k < PREV_COEF_CONTEXTS; ++k) in vp8_update_coef_probs()
1197 while (++k < PREV_COEF_CONTEXTS); in vp8_update_coef_probs()
1240 while (++k < PREV_COEF_CONTEXTS); in pack_coef_probs()
[all …]
Ddefaultcoefcounts.h22 [PREV_COEF_CONTEXTS]
Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
477 while (++pt < PREV_COEF_CONTEXTS); in print_context_counters()
Drdopt.c153 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs()
154 const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] in fill_token_costs()
162 for (k = 0; k < PREV_COEF_CONTEXTS; k++) in fill_token_costs()
Dencodeframe.c727 while (++k < PREV_COEF_CONTEXTS); in sum_coef_counts()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1313 for (k = 0; k < PREV_COEF_CONTEXTS; k++) in vp8_decode_frame()