Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.c322 vp9_copy(fc->intra_inter_prob, default_intra_inter_p); in vp9_init_mode_probs()
358 fc->intra_inter_prob[i] = adapt_prob(pre_fc->intra_inter_prob[i], in vp9_adapt_mode_probs()
Dvp9_entropymode.h48 vp9_prob intra_inter_prob[INTRA_INTER_CONTEXTS]; member
Dvp9_pred_common.h66 return cm->fc.intra_inter_prob[vp9_get_intra_inter_context(xd)]; in vp9_get_intra_inter_prob()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c415 const int is_inter = vp9_read(r, cm->fc.intra_inter_prob[ctx]); in read_is_inter_block()
Dvp9_decodeframe.c1182 vp9_diff_update_prob(&r, &fc->intra_inter_prob[i]); in read_compressed_header()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c1141 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i],