Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c147 vpx_prob bestnewp, newplist[ENTROPY_NODES], oldplist[ENTROPY_NODES]; in vp9_prob_diff_update_savings_search_model()
150 for (i = UNCONSTRAINED_NODES, old_b = 0; i < ENTROPY_NODES; ++i) in vp9_prob_diff_update_savings_search_model()
164 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i) in vp9_prob_diff_update_savings_search_model()
182 for (i = UNCONSTRAINED_NODES, new_b = 0; i < ENTROPY_NODES; ++i) in vp9_prob_diff_update_savings_search_model()
Dvp9_rd.c97 vpx_prob probs[ENTROPY_NODES]; in fill_token_costs()
/external/libvpx/libvpx/vp8/common/
Dentropy.h38 #define ENTROPY_NODES 11 macro
93 …nst vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
Ddefault_coef_probs.h24 [ENTROPY_NODES] =
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];
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h42 #define ENTROPY_NODES 11 macro
130 [ENTROPY_NODES][2];
162 #define MODEL_NODES (ENTROPY_NODES - UNCONSTRAINED_NODES)
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c54 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES
790 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
805 for (l = 0; l < ENTROPY_NODES; l++)
904 while (++t < ENTROPY_NODES); in independent_coef_context_savings()
919 while (++k < ENTROPY_NODES); in independent_coef_context_savings()
966 while (++t < ENTROPY_NODES); in default_coef_context_savings()
1093 int prev_coef_savings[ENTROPY_NODES] = {0}; in vp8_update_coef_probs()
1099 for (t = 0; t < ENTROPY_NODES; ++t) in vp8_update_coef_probs()
1180 while (++t < ENTROPY_NODES); in vp8_update_coef_probs()
1236 while (++t < ENTROPY_NODES); in pack_coef_probs()
[all …]
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];
Dencodeframe.c724 while (++t < ENTROPY_NODES); in sum_coef_counts()
Drdopt.c153 const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES] in fill_token_costs() argument
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1313 for (l = 0; l < ENTROPY_NODES; l++) in vp8_decode_frame()