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];
147 #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];
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.h46 [ENTROPY_NODES];
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c47 [PREV_COEF_CONTEXTS][ENTROPY_NODES][2];
664 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
679 for (l = 0; l < ENTROPY_NODES; ++l)
764 } while (++t < ENTROPY_NODES); in independent_coef_context_savings()
776 } while (++k < ENTROPY_NODES); in independent_coef_context_savings()
811 } while (++t < ENTROPY_NODES); in default_coef_context_savings()
919 int prev_coef_savings[ENTROPY_NODES] = { 0 }; in vp8_update_coef_probs()
923 for (t = 0; t < ENTROPY_NODES; ++t) { in vp8_update_coef_probs()
992 } while (++t < ENTROPY_NODES); in vp8_update_coef_probs()
1035 } while (++t < ENTROPY_NODES); in pack_coef_probs()
[all …]
Donyx_int.h421 [ENTROPY_NODES];
422 char update_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES];
425 [ENTROPY_NODES][2];
Dencodeframe.c663 } while (++t < ENTROPY_NODES); in sum_coef_counts()
Drdopt.c113 [ENTROPY_NODES]) { in fill_token_costs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c152 for (i = UNCONSTRAINED_NODES; i < ENTROPY_NODES; ++i) in vp9_prob_diff_update_savings_search_model()
165 for (i = UNCONSTRAINED_NODES; i < ENTROPY_NODES; ++i) in vp9_prob_diff_update_savings_search_model()
Dvp9_rd.c99 vpx_prob probs[ENTROPY_NODES]; in fill_token_costs()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1175 for (l = 0; l < ENTROPY_NODES; ++l) { in vp8_decode_frame()