Searched refs:intra_inter_prob (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.c333 vp9_copy(cm->fc.intra_inter_prob, default_intra_inter_p);
389 fc->intra_inter_prob[i] = update_ct2(pre_fc->intra_inter_prob[i],
H A Dvp9_pred_common.h65 return cm->fc.intra_inter_prob[pred_context];
H A Dvp9_onyxc_int.h49 vp9_prob intra_inter_prob[INTRA_INTER_CONTEXTS]; member in struct:frame_contexts
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c93 vp9_copy(cc->intra_inter_prob, cm->fc.intra_inter_prob);
130 vp9_copy(cm->fc.intra_inter_prob, cc->intra_inter_prob);
H A Dvp9_onyx_int.h70 vp9_prob intra_inter_prob[INTRA_INTER_CONTEXTS]; member in struct:__anon20712
H A Dvp9_bitstream.c1483 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i],
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c652 vp9_diff_update_prob(r, &cm->fc.intra_inter_prob[i]);

Completed in 108 milliseconds