Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c143 const int l_sg = !has_second_ref(left_mbmi); in vp9_get_pred_context_comp_ref_p() local
147 const MV_REFERENCE_FRAME vrfl = l_sg ? left_mbmi->ref_frame[0] in vp9_get_pred_context_comp_ref_p()
152 } else if (l_sg && a_sg) { // single/single in vp9_get_pred_context_comp_ref_p()
160 } else if (l_sg || a_sg) { // single/comp in vp9_get_pred_context_comp_ref_p()
161 const MV_REFERENCE_FRAME vrfc = l_sg ? vrfa : vrfl; in vp9_get_pred_context_comp_ref_p()