Home
last modified time | relevance | path

Searched refs:vp9_get_pred_context_single_ref_p1 (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.h85 int vp9_get_pred_context_single_ref_p1(const MACROBLOCKD *xd);
89 return cm->fc.single_ref_prob[vp9_get_pred_context_single_ref_p1(xd)][0]; in vp9_get_pred_prob_single_ref_p1()
Dvp9_pred_common.c195 int vp9_get_pred_context_single_ref_p1(const MACROBLOCKD *xd) { in vp9_get_pred_context_single_ref_p1() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c295 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); in read_ref_frames()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1131 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0] in update_stats()