Searched refs:avg_3 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad_neon.c | 316 const uint8x16_t avg_3 = vrhaddq_u8(b_3, c_3); in sad64x_avg() local 326 abs_1 = vabal_u8(abs_1, vget_low_u8(a_3), vget_low_u8(avg_3)); in sad64x_avg() 327 abs_1 = vabal_u8(abs_1, vget_high_u8(a_3), vget_high_u8(avg_3)); in sad64x_avg()
|
D | highbd_intrapred_neon.c | 412 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()
|
D | intrapred_neon.c | 559 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()
|