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 385 FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
389 fc->intra_inter_prob[i] = update_ct2(pre_fc->intra_inter_prob[i],
392 fc->comp_inter_prob[i] = update_ct2(pre_fc->comp_inter_prob[i],
395 fc->comp_ref_prob[i] = update_ct2(pre_fc->comp_ref_prob[i],
399 fc->single_ref_prob[i][j] = update_ct2(pre_fc->single_ref_prob[i][j],
404 counts->inter_mode[i], pre_fc->inter_mode_probs[i],
409 counts->y_mode[i], pre_fc->y_mode_prob[i],
414 counts->uv_mode[i], pre_fc->uv_mode_prob[i],
420 pre_fc->partition_prob[INTER_FRAME][i],
427 pre_fc->switchable_interp_prob[i]
    [all...]
vp9_entropymv.c 219 FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
222 nmv_context *pre_ctx = &pre_fc->nmvc;
vp9_entropy.c 615 FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; local
618 vp9_coeff_probs_model *pre_coef_probs = pre_fc->coef_probs[tx_size];

Completed in 193 milliseconds