Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c412 const uint16x8_t avg_3 = vhaddq_u16(A0_3, A2_3); in vpx_highbd_d45_predictor_32x32_neon() local
416 uint16x8_t row_3 = vrhaddq_u16(avg_3, A1_3); in vpx_highbd_d45_predictor_32x32_neon()
563 const uint16x8_t avg_3 = vhaddq_u16(A789abcde, A9abcdef_); in vpx_highbd_d135_predictor_16x16_neon() local
564 const uint16x8_t row_3 = vrhaddq_u16(avg_3, A89abcdef); in vpx_highbd_d135_predictor_16x16_neon()
646 const uint16x8_t avg_3 = vhaddq_u16(LU76543210, LU543210XA0); in vpx_highbd_d135_predictor_32x32_neon() local
647 uint16x8_t row_3 = vrhaddq_u16(avg_3, LU6543210X); in vpx_highbd_d135_predictor_32x32_neon()
Dintrapred_neon.c559 const uint8x16_t avg_3 = vhaddq_u8(ALfR0123456789abcde, AR123456789abcdef_); in vpx_d135_predictor_32x32_neon() local
560 const uint8x16_t row_3 = vrhaddq_u8(avg_3, AR0123456789abcdef); in vpx_d135_predictor_32x32_neon()