Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h42 #define ENTROPY_NODES 11 macro
115 [ENTROPY_NODES][2];
146 #define MODEL_NODES (ENTROPY_NODES - UNCONSTRAINED_NODES)
/external/libvpx/libvpx/vp8/common/
Dentropy.h37 #define ENTROPY_NODES 11 macro
93 [PREV_COEF_CONTEXTS][ENTROPY_NODES];
Ddefault_coef_probs.h21 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] = {
Dcoefupdateprobs.h22 [BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] = {
Donyxc_int.h46 [ENTROPY_NODES];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c153 for (i = UNCONSTRAINED_NODES; i < ENTROPY_NODES; ++i) in vp9_prob_diff_update_savings_search_model()
166 for (i = UNCONSTRAINED_NODES; i < ENTROPY_NODES; ++i) in vp9_prob_diff_update_savings_search_model()
Dvp9_rd.c144 vpx_prob probs[ENTROPY_NODES]; in fill_token_costs()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c623 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
638 for (l = 0; l < ENTROPY_NODES; ++l)
723 } while (++t < ENTROPY_NODES); in independent_coef_context_savings()
735 } while (++k < ENTROPY_NODES); in independent_coef_context_savings()
770 } while (++t < ENTROPY_NODES); in default_coef_context_savings()
878 int prev_coef_savings[ENTROPY_NODES] = { 0 }; in vp8_update_coef_probs()
882 for (t = 0; t < ENTROPY_NODES; ++t) { in vp8_update_coef_probs()
947 } while (++t < ENTROPY_NODES); in vp8_update_coef_probs()
980 } while (++t < ENTROPY_NODES); in pack_coef_probs()
Donyx_int.h429 [ENTROPY_NODES];
430 char update_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES];
433 [ENTROPY_NODES][2];
Dencodeframe.c659 } while (++t < ENTROPY_NODES); in sum_coef_counts()
Drdopt.c115 [ENTROPY_NODES]) { in fill_token_costs()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1185 for (l = 0; l < ENTROPY_NODES; ++l) { in vp8_decode_frame()