Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c219 const int above_has_second = has_second_ref(above_mbmi); in vp9_get_pred_context_single_ref_p1() local
226 if (above_has_second && left_has_second) { in vp9_get_pred_context_single_ref_p1()
229 } else if (above_has_second || left_has_second) { 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()
232 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p1()
290 const int above_has_second = has_second_ref(above_mbmi); in vp9_get_pred_context_single_ref_p2() local
297 if (above_has_second && left_has_second) { in vp9_get_pred_context_single_ref_p2()
305 } else if (above_has_second || left_has_second) { 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()
[all …]