Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.h92 int vp9_get_pred_context_single_ref_p2(const MACROBLOCKD *xd);
96 return cm->fc.single_ref_prob[vp9_get_pred_context_single_ref_p2(xd)][1]; in vp9_get_pred_prob_single_ref_p2()
Dvp9_pred_common.c261 int vp9_get_pred_context_single_ref_p2(const MACROBLOCKD *xd) { in vp9_get_pred_context_single_ref_p2() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c300 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); in read_ref_frames()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1134 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1] in update_stats()