Home
last modified time | relevance | path

Searched refs:vp9_get_intra_inter_prob (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.h64 static INLINE vp9_prob vp9_get_intra_inter_prob(const VP9_COMMON *cm, in vp9_get_intra_inter_prob() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c259 vp9_write(w, is_inter, vp9_get_intra_inter_prob(cm, xd)); in pack_inter_mode_mvs()
Dvp9_rdopt.c2217 vp9_prob intra_inter_p = vp9_get_intra_inter_prob(cm, xd); in estimate_ref_frame_costs()