Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h141 int vp9_get_pred_context_single_ref_p2(const MACROBLOCKD *xd);
145 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.c233 int vp9_get_pred_context_single_ref_p2(const MACROBLOCKD *xd) { in vp9_get_pred_context_single_ref_p2() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c328 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); in read_ref_frames()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2143 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1] in update_stats()