Searched refs:avg_3 (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsad_neon.c308 const uint8x16_t avg_3 = vrhaddq_u8(b_3, c_3); local
318 abs_1 = vabal_u8(abs_1, vget_low_u8(a_3), vget_low_u8(avg_3));
319 abs_1 = vabal_u8(abs_1, vget_high_u8(a_3), vget_high_u8(avg_3));
H A Dhighbd_intrapred_neon.c412 const uint16x8_t avg_3 = vhaddq_u16(A0_3, A2_3); local
416 uint16x8_t row_3 = vrhaddq_u16(avg_3, A1_3);
563 const uint16x8_t avg_3 = vhaddq_u16(A789abcde, A9abcdef_); local
564 const uint16x8_t row_3 = vrhaddq_u16(avg_3, A89abcdef);
646 const uint16x8_t avg_3 = vhaddq_u16(LU76543210, LU543210XA0); local
647 uint16x8_t row_3 = vrhaddq_u16(avg_3, LU6543210X);
H A Dintrapred_neon.c559 const uint8x16_t avg_3 = vhaddq_u8(ALfR0123456789abcde, AR123456789abcdef_); local
560 const uint8x16_t row_3 = vrhaddq_u8(avg_3, AR0123456789abcdef);

Completed in 186 milliseconds