Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c907 const int16x8_t above_s16 = vcombine_s16(above_s16d, above_s16d); in vpx_highbd_tm_predictor_4x4_neon() local
909 const int16x8_t sub = vsubq_s16(above_s16, top_left); in vpx_highbd_tm_predictor_4x4_neon()
947 const int16x8_t above_s16 = vld1q_s16((const int16_t *)above); in vpx_highbd_tm_predictor_8x8_neon() local
949 const int16x8_t sub = vsubq_s16(above_s16, top_left); in vpx_highbd_tm_predictor_8x8_neon()