Home
last modified time | relevance | path

Searched refs:adapt_probs (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, in adapt_probs() function
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints); in vp9_adapt_mv_probs()
211 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes, in vp9_adapt_mv_probs()
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0); in vp9_adapt_mv_probs()
219 adapt_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j], c->class0_fp[j], in vp9_adapt_mv_probs()
222 adapt_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp); in vp9_adapt_mv_probs()
Dvp9_entropymode.c344 static void adapt_probs(const vp9_tree_index *tree, in adapt_probs() function
372 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i], in vp9_adapt_mode_probs()
376 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i], in vp9_adapt_mode_probs()
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i], in vp9_adapt_mode_probs()
384 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i], in vp9_adapt_mode_probs()
389 adapt_probs(vp9_switchable_interp_tree, pre_fc->switchable_interp_prob[i], in vp9_adapt_mode_probs()