Home
last modified time | relevance | path

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

/external/libvpx/vpx_dsp/arm/
Dsad_neon.c538 const uint8x16_t avg_2 = vrhaddq_u8(b_2, c_2); in sad64x_avg() local
542 const uint8x16_t sad_2_u8 = vabdq_u8(a_2, avg_2); in sad64x_avg()
612 const uint8x16_t avg_2 = vrhaddq_u8(b_2, c_2);
621 abs_1 = vabal_u8(abs_1, vget_low_u8(a_2), vget_low_u8(avg_2));
622 abs_1 = vabal_u8(abs_1, vget_high_u8(a_2), vget_high_u8(avg_2));
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()