Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropy.h62 #define BLOCK_TYPES 4 macro
92 extern const vp8_prob vp8_coef_update_probs[BLOCK_TYPES][COEF_BANDS]
Dcoefupdateprobs.h22 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] = {
Ddefault_coef_probs.h21 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] = {
Donyxc_int.h45 vp8_prob coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h420 vp8_prob frame_coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
422 char update_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES];
424 unsigned int frame_branch_ct[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
687 int token_costs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
Ddefaultcoefcounts.h21 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS] = {
Dtokenize.h41 extern _int64 context_counters[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
Dbitstream.c46 static unsigned int tree_update_hist[BLOCK_TYPES][COEF_BANDS]
664 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
670 for (i = 0; i < BLOCK_TYPES; ++i)
778 } while (++i < BLOCK_TYPES); in independent_coef_context_savings()
814 } while (++i < BLOCK_TYPES); in default_coef_context_savings()
1006 } while (++i < BLOCK_TYPES); in vp8_update_coef_probs()
1038 } while (++i < BLOCK_TYPES); in pack_coef_probs()
1446 for (i = 0; i < BLOCK_TYPES; ++i) { in print_tree_update_probs()
Dblock.h134 unsigned int coef_counts[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
Dtokenize.c23 _int64 context_counters[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
445 } while (++type < BLOCK_TYPES); in print_context_counters()
Drdopt.c111 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs()
112 const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] in fill_token_costs()
116 for (i = 0; i < BLOCK_TYPES; ++i) { in fill_token_costs()
Dencodeframe.c666 } while (++i < BLOCK_TYPES); in sum_coef_counts()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1166 for (i = 0; i < BLOCK_TYPES; ++i) { in vp8_decode_frame()