HomeSort by relevance Sort by last modified time
    Searched refs:pre_fc (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 366 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
370 fc->intra_inter_prob[i] = adapt_prob(pre_fc->intra_inter_prob[i],
373 fc->comp_inter_prob[i] = adapt_prob(pre_fc->comp_inter_prob[i],
376 fc->comp_ref_prob[i] = adapt_prob(pre_fc->comp_ref_prob[i],
380 fc->single_ref_prob[i][j] = adapt_prob(pre_fc->single_ref_prob[i][j],
384 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i],
388 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i],
392 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
396 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i],
401 adapt_probs(vp9_switchable_interp_tree, pre_fc->switchable_interp_prob[i]
    [all...]
vp9_entropy.c 381 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
384 const vp9_coeff_probs_model *pre_coef_probs = pre_fc->coef_probs[tx_size];
vp9_entropymv.c 207 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; local
210 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
214 const nmv_component *pre_comp = &pre_fc->comps[i];

Completed in 259 milliseconds