Lines Matching refs:left0
195 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0]; in vp9_get_pred_context_single_ref_p1() local
200 left0 == LAST_FRAME || left1 == LAST_FRAME); 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()
211 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
266 const MV_REFERENCE_FRAME left0 = left_mi->ref_frame[0]; in vp9_get_pred_context_single_ref_p2() local
270 if (above0 == left0 && above1 == left1) in vp9_get_pred_context_single_ref_p2()
273 left0 == GOLDEN_FRAME || left1 == GOLDEN_FRAME); 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()
278 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
288 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
290 } else if (above0 == LAST_FRAME || left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
292 (above0 == LAST_FRAME) ? left0 : above0; in vp9_get_pred_context_single_ref_p2()
296 2 * (above0 == GOLDEN_FRAME) + 2 * (left0 == GOLDEN_FRAME); in vp9_get_pred_context_single_ref_p2()