Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c167 const MV_REFERENCE_FRAME above0 = above_mi->ref_frame[0]; in vp9_get_pred_context_single_ref_p1() local
173 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME || in vp9_get_pred_context_single_ref_p1()
176 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
177 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p1()
185 pred_context = 2 * (above0 == LAST_FRAME) + 2 * (left0 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()
239 const MV_REFERENCE_FRAME above0 = above_mi->ref_frame[0]; in vp9_get_pred_context_single_ref_p2() local
245 if (above0 == left0 && above1 == left1) in vp9_get_pred_context_single_ref_p2()
247 3 * (above0 == GOLDEN_FRAME || above1 == GOLDEN_FRAME || in vp9_get_pred_context_single_ref_p2()
252 const MV_REFERENCE_FRAME rfs = !above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
253 const MV_REFERENCE_FRAME crf1 = above_has_second ? above0 : left0; in vp9_get_pred_context_single_ref_p2()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c992 const int16x8_t above0 = vld1q_s16((const int16_t *)above); in vpx_highbd_tm_predictor_16x16_neon() local
994 const int16x8_t sub0 = vsubq_s16(above0, top_left); in vpx_highbd_tm_predictor_16x16_neon()
1050 const int16x8_t above0 = vld1q_s16((const int16_t *)above); in vpx_highbd_tm_predictor_32x32_neon() local
1054 const int16x8_t sub0 = vsubq_s16(above0, top_left); in vpx_highbd_tm_predictor_32x32_neon()