Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropy.h64 #define BLOCK_TYPES 4 macro
93 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROP…
Ddefault_coef_probs.h21 static const vp8_prob default_coef_probs [BLOCK_TYPES]
Dcoefupdateprobs.h21 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES…
Donyxc_int.h47 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Ddefaultcoefcounts.h20 static const unsigned int default_coef_counts[BLOCK_TYPES]
Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Donyx_int.h448 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
449 char update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
451 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2];
700 int token_costs[BLOCK_TYPES][COEF_BANDS]
Dblock.h138 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Dbitstream.c55 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES…
791 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
797 for (i = 0; i < BLOCK_TYPES; i++)
924 while (++i < BLOCK_TYPES); in independent_coef_context_savings()
973 while (++i < BLOCK_TYPES); in default_coef_context_savings()
1200 while (++i < BLOCK_TYPES); in vp8_update_coef_probs()
1243 while (++i < BLOCK_TYPES); in pack_coef_probs()
1699 for (i = 0; i < BLOCK_TYPES; i++) in print_tree_update_probs()
Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
486 while (++type < BLOCK_TYPES); in print_context_counters()
Drdopt.c152 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS], in fill_token_costs()
153 const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] in fill_token_costs()
159 for (i = 0; i < BLOCK_TYPES; i++) in fill_token_costs()
Dencodeframe.c711 while (++i < BLOCK_TYPES); in sum_coef_counts()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1301 for (i = 0; i < BLOCK_TYPES; i++) in vp8_decode_frame()