Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c363 const uint16x8_t A2_0 = vld1q_u16(above + 2); in vpx_highbd_d45_predictor_16x16_neon() local
365 const uint16x8_t avg_0 = vhaddq_u16(A0_0, A2_0); in vpx_highbd_d45_predictor_16x16_neon()
405 const uint16x8_t A2_0 = vld1q_u16(above + 2); in vpx_highbd_d45_predictor_32x32_neon() local
409 const uint16x8_t avg_0 = vhaddq_u16(A0_0, A2_0); in vpx_highbd_d45_predictor_32x32_neon()
Dintrapred_neon.c356 const uint8x16_t A2_0 = vld1q_u8(above + 2); in vpx_d45_predictor_32x32_neon() local
358 const uint8x16_t avg_0 = vhaddq_u8(A0_0, A2_0); in vpx_d45_predictor_32x32_neon()