Searched refs:pre_fc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymode.c354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
358 fc->intra_inter_prob[i] = adapt_prob(pre_fc->intra_inter_prob[i],
361 fc->comp_inter_prob[i] = adapt_prob(pre_fc->comp_inter_prob[i],
364 fc->comp_ref_prob[i] = adapt_prob(pre_fc->comp_ref_prob[i],
368 fc->single_ref_prob[i][j] = adapt_prob(pre_fc->single_ref_prob[i][j],
372 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i],
376 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i],
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
384 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i],
389 adapt_probs(vp9_switchable_interp_tree, pre_fc
[all...]
H A Dvp9_entropy.c767 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
769 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size];
H A Dvp9_entropymv.c200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; local
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
207 const nmv_component *pre_comp = &pre_fc->comps[i];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.c354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
358 fc->intra_inter_prob[i] = adapt_prob(pre_fc->intra_inter_prob[i],
361 fc->comp_inter_prob[i] = adapt_prob(pre_fc->comp_inter_prob[i],
364 fc->comp_ref_prob[i] = adapt_prob(pre_fc->comp_ref_prob[i],
368 fc->single_ref_prob[i][j] = adapt_prob(pre_fc->single_ref_prob[i][j],
372 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i],
376 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i],
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
384 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i],
389 adapt_probs(vp9_switchable_interp_tree, pre_fc
[all...]
H A Dvp9_entropy.c739 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
741 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size];
H A Dvp9_entropymv.c200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; local
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
207 const nmv_component *pre_comp = &pre_fc->comps[i];

Completed in 118 milliseconds