Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h134 int vp9_get_pred_context_single_ref_p1(const MACROBLOCKD *xd);
138 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.c167 int vp9_get_pred_context_single_ref_p1(const MACROBLOCKD *xd) { in vp9_get_pred_context_single_ref_p1() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c324 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); in read_ref_frames()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2140 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0] in update_stats()