Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c145 const MV_REFERENCE_FRAME vrfa = a_sg ? above_mbmi->ref_frame[0] in vp9_get_pred_context_comp_ref_p() local
150 if (vrfa == vrfl && cm->comp_var_ref[1] == vrfa) { in vp9_get_pred_context_comp_ref_p()
153 if ((vrfa == cm->comp_fixed_ref && vrfl == cm->comp_var_ref[0]) || in vp9_get_pred_context_comp_ref_p()
154 (vrfl == cm->comp_fixed_ref && vrfa == cm->comp_var_ref[0])) in vp9_get_pred_context_comp_ref_p()
156 else if (vrfa == vrfl) 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()
162 const MV_REFERENCE_FRAME rfs = a_sg ? vrfa : vrfl; in vp9_get_pred_context_comp_ref_p()
169 } else if (vrfa == vrfl) { // comp/comp in vp9_get_pred_context_comp_ref_p()