Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.c35 const vp9_prob *pre_probs, in tree_merge_probs_impl() argument
43 : tree_merge_probs_impl(l, tree, pre_probs, counts, in tree_merge_probs_impl()
48 : tree_merge_probs_impl(r, tree, pre_probs, counts, in tree_merge_probs_impl()
51 probs[i >> 1] = merge_probs(pre_probs[i >> 1], ct, in tree_merge_probs_impl()
56 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, in vp9_tree_merge_probs() argument
59 tree_merge_probs_impl(0, tree, pre_probs, counts, count_sat, in vp9_tree_merge_probs()
Dvp9_entropy.c741 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; in adapt_coef_probs() local
761 probs[i][j][k][l][m] = merge_probs(pre_probs[i][j][k][l][m], in adapt_coef_probs()
Dvp9_entropymv.c190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, in adapt_probs() argument
192 vp9_tree_merge_probs(tree, pre_probs, counts, MV_COUNT_SAT, in adapt_probs()
Dvp9_prob.h82 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
Dvp9_entropymode.c345 const vp9_prob *pre_probs, const unsigned int *counts, in adapt_probs() argument
347 vp9_tree_merge_probs(tree, pre_probs, counts, COUNT_SAT, MAX_UPDATE_FACTOR, in adapt_probs()