Searched refs:pre_fc (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymode.c | 354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs() local 358 fc->intra_inter_prob[i] = adapt_prob(pre_fc->intra_inter_prob[i], in vp9_adapt_mode_probs() 361 fc->comp_inter_prob[i] = adapt_prob(pre_fc->comp_inter_prob[i], in vp9_adapt_mode_probs() 364 fc->comp_ref_prob[i] = adapt_prob(pre_fc->comp_ref_prob[i], in vp9_adapt_mode_probs() 368 fc->single_ref_prob[i][j] = adapt_prob(pre_fc->single_ref_prob[i][j], in vp9_adapt_mode_probs() 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() [all …]
|
D | vp9_entropymv.c | 200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs() local 203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints); in vp9_adapt_mv_probs() 207 const nmv_component *pre_comp = &pre_fc->comps[i]; in vp9_adapt_mv_probs()
|
D | vp9_entropy.c | 739 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs() local 741 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; in adapt_coef_probs()
|