Lines Matching refs:above0

221       const MV_REFERENCE_FRAME above0 = above_mbmi->ref_frame[0];  in vp9_get_pred_context_single_ref_p1()  local
227 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
230 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
231 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
239 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
292 const MV_REFERENCE_FRAME above0 = above_mbmi->ref_frame[0]; in vp9_get_pred_context_single_ref_p2() local
298 if (above0 == left0 && above1 == left1) in vp9_get_pred_context_single_ref_p2()
299 pred_context = 3 * (above0 == GOLDEN_FRAME || in vp9_get_pred_context_single_ref_p2()
306 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
307 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
317 if (above0 == LAST_FRAME && left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
319 } else if (above0 == LAST_FRAME || left0 == LAST_FRAME) { in vp9_get_pred_context_single_ref_p2()
320 const MV_REFERENCE_FRAME edge0 = (above0 == LAST_FRAME) ? left0 in vp9_get_pred_context_single_ref_p2()
321 : above0; in vp9_get_pred_context_single_ref_p2()
324 pred_context = 2 * (above0 == GOLDEN_FRAME) + in vp9_get_pred_context_single_ref_p2()