Searched refs:pre_probs (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_prob.c | 35 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()
|
D | vp9_entropy.c | 741 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()
|
D | vp9_entropymv.c | 190 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()
|
D | vp9_prob.h | 82 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
|
D | vp9_entropymode.c | 345 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()
|