Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c411 const uint16x8_t avg_2 = vhaddq_u16(A0_2, A2_2); in vpx_highbd_d45_predictor_32x32_neon() local
415 uint16x8_t row_2 = vrhaddq_u16(avg_2, A1_2); in vpx_highbd_d45_predictor_32x32_neon()
557 const uint16x8_t avg_2 = vhaddq_u16(XA0123456, A12345678); in vpx_highbd_d135_predictor_16x16_neon() local
558 const uint16x8_t row_2 = vrhaddq_u16(avg_2, A01234567); in vpx_highbd_d135_predictor_16x16_neon()
640 const uint16x8_t avg_2 = vhaddq_u16(LUfedcba98, LUdcba9876); in vpx_highbd_d135_predictor_32x32_neon() local
641 uint16x8_t row_2 = vrhaddq_u16(avg_2, LUedcba987); in vpx_highbd_d135_predictor_32x32_neon()
Dintrapred_neon.c557 const uint8x16_t avg_2 = vhaddq_u8(XAL0123456789abcde, AL123456789abcdefg); in vpx_d135_predictor_32x32_neon() local
558 const uint8x16_t row_2 = vrhaddq_u8(avg_2, AL0123456789abcdef); in vpx_d135_predictor_32x32_neon()