Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c213 const int above_has_second = has_second_ref(above_mbmi); in vp9_get_pred_context_single_ref_p1() local
220 if (above_has_second && left_has_second) { in vp9_get_pred_context_single_ref_p1()
223 } else if (above_has_second || left_has_second) { in vp9_get_pred_context_single_ref_p1()
224 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
225 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
226 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p1()
284 const int above_has_second = has_second_ref(above_mbmi); in vp9_get_pred_context_single_ref_p2() local
291 if (above_has_second && left_has_second) { in vp9_get_pred_context_single_ref_p2()
299 } else if (above_has_second || left_has_second) { in vp9_get_pred_context_single_ref_p2()
300 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
[all …]