Home
last modified time | relevance | path

Searched refs:pre_probs (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dprob.c28 const vpx_prob *pre_probs, in tree_merge_probs_impl() argument
34 : tree_merge_probs_impl(l, tree, pre_probs, counts, probs); in tree_merge_probs_impl()
38 : tree_merge_probs_impl(r, tree, pre_probs, counts, probs); in tree_merge_probs_impl()
40 probs[i >> 1] = mode_mv_merge_probs(pre_probs[i >> 1], ct); in tree_merge_probs_impl()
44 void vpx_tree_merge_probs(const vpx_tree_index *tree, const vpx_prob *pre_probs, in vpx_tree_merge_probs() argument
46 tree_merge_probs_impl(0, tree, pre_probs, counts, probs); in vpx_tree_merge_probs()
Dprob.h97 void vpx_tree_merge_probs(const vpx_tree_index *tree, const vpx_prob *pre_probs,
/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.c1058 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; in adapt_coef_probs() local
1077 merge_probs(pre_probs[i][j][k][l][m], branch_ct[m], count_sat, in adapt_coef_probs()