Searched refs:above_has_second (Results 1 – 1 of 1) sorted by relevance
191 const int above_has_second = has_second_ref(above_mi); in vp9_get_pred_context_single_ref_p1() local198 if (above_has_second && left_has_second) { in vp9_get_pred_context_single_ref_p1()201 } else if (above_has_second || left_has_second) { in vp9_get_pred_context_single_ref_p1()202 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()203 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()204 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p1()262 const int above_has_second = has_second_ref(above_mi); in vp9_get_pred_context_single_ref_p2() local269 if (above_has_second && left_has_second) { in vp9_get_pred_context_single_ref_p2()276 } else if (above_has_second || left_has_second) { in vp9_get_pred_context_single_ref_p2()277 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()[all …]