Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c364 const uint16x8_t A2_1 = vld1q_u16(above + 10); in vpx_highbd_d45_predictor_16x16_neon() local
366 const uint16x8_t avg_1 = vhaddq_u16(A0_1, A2_1); in vpx_highbd_d45_predictor_16x16_neon()
406 const uint16x8_t A2_1 = vld1q_u16(above + 10); in vpx_highbd_d45_predictor_32x32_neon() local
410 const uint16x8_t avg_1 = vhaddq_u16(A0_1, A2_1); in vpx_highbd_d45_predictor_32x32_neon()
Dintrapred_neon.c357 const uint8x16_t A2_1 = vld1q_u8(above + 18); in vpx_d45_predictor_32x32_neon() local
359 const uint8x16_t avg_1 = vhaddq_u8(A0_1, A2_1); in vpx_d45_predictor_32x32_neon()