Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c361 const uint16x8_t A1_0 = vld1q_u16(above + 1); in vpx_highbd_d45_predictor_16x16_neon() local
367 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); in vpx_highbd_d45_predictor_16x16_neon()
401 const uint16x8_t A1_0 = vld1q_u16(above + 1); in vpx_highbd_d45_predictor_32x32_neon() local
413 uint16x8_t row_0 = vrhaddq_u16(avg_0, A1_0); in vpx_highbd_d45_predictor_32x32_neon()
Dintrapred_neon.c354 const uint8x16_t A1_0 = vld1q_u8(above + 1); in vpx_d45_predictor_32x32_neon() local
360 uint8x16_t row_0 = vrhaddq_u8(avg_0, A1_0); in vpx_d45_predictor_32x32_neon()