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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.h52 vpx_prob intra_inter_prob[INTRA_INTER_CONTEXTS]; member in struct:frame_contexts
H A Dvp9_entropymode.c322 vp9_copy(fc->intra_inter_prob, default_intra_inter_p);
344 fc->intra_inter_prob[i] = mode_mv_merge_probs(pre_fc->intra_inter_prob[i],
H A Dvp9_pred_common.h75 return cm->fc->intra_inter_prob[vp9_get_intra_inter_context(xd)];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c471 const int is_inter = vpx_read(r, cm->fc->intra_inter_prob[ctx]);
H A Dvp9_decodeframe.c2065 vp9_diff_update_prob(&r, &fc->intra_inter_prob[i]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c1181 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i],

Completed in 177 milliseconds