Home
last modified time | relevance | path

Searched refs:PIVOT_NODE (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c151 old_b = cost_branch256(ct + 2 * PIVOT_NODE, oldp); in vp9_prob_diff_update_savings_search_model()
164 new_b = cost_branch256(ct + 2 * PIVOT_NODE, newp); in vp9_prob_diff_update_savings_search_model()
Dvp9_bitstream.c172 vp9_pareto8_full[context_tree[PIVOT_NODE] - 1], v, in pack_mb_tokens()
563 if (t == PIVOT_NODE) in update_coef_probs_common()
600 if (t == PIVOT_NODE) in update_coef_probs_common()
637 if (t == PIVOT_NODE) { in update_coef_probs_common()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h144 #define PIVOT_NODE 2 // which node is pivot macro
Dvp9_entropy.c1038 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]); in vp9_model_to_full_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c144 const vpx_prob *p = vp9_pareto8_full[prob[PIVOT_NODE] - 1]; in decode_coefs()