Searched refs:pre_fc (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 340 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs() local 344 fc->intra_inter_prob[i] = mode_mv_merge_probs(pre_fc->intra_inter_prob[i], in vp9_adapt_mode_probs() 347 fc->comp_inter_prob[i] = mode_mv_merge_probs(pre_fc->comp_inter_prob[i], in vp9_adapt_mode_probs() 350 fc->comp_ref_prob[i] = mode_mv_merge_probs(pre_fc->comp_ref_prob[i], in vp9_adapt_mode_probs() 355 pre_fc->single_ref_prob[i][j], counts->single_ref[i][j]); in vp9_adapt_mode_probs() 358 vpx_tree_merge_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i], in vp9_adapt_mode_probs() 362 vpx_tree_merge_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i], in vp9_adapt_mode_probs() 366 vpx_tree_merge_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i], in vp9_adapt_mode_probs() 370 vpx_tree_merge_probs(vp9_partition_tree, pre_fc->partition_prob[i], in vp9_adapt_mode_probs() 376 pre_fc->switchable_interp_prob[i], in vp9_adapt_mode_probs() [all …]
|
D | vp9_entropymv.c | 183 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs() local 186 vpx_tree_merge_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, in vp9_adapt_mv_probs() 191 const nmv_component *pre_comp = &pre_fc->comps[i]; in vp9_adapt_mv_probs()
|
D | vp9_entropy.c | 773 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs() local 775 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; in adapt_coef_probs()
|