Searched refs:highbd_convolve4_8_h (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_convolve8_sve.c | 160 static inline uint16x8_t highbd_convolve4_8_h(int16x8_t s[4], int16x8_t filter, in highbd_convolve4_8_h() function 222 uint16x8_t d0 = highbd_convolve4_8_h(s0, filter, idx, max); in highbd_convolve8_horiz_4tap_sve() 223 uint16x8_t d1 = highbd_convolve4_8_h(s1, filter, idx, max); in highbd_convolve8_horiz_4tap_sve() 224 uint16x8_t d2 = highbd_convolve4_8_h(s2, filter, idx, max); in highbd_convolve8_horiz_4tap_sve() 225 uint16x8_t d3 = highbd_convolve4_8_h(s3, filter, idx, max); in highbd_convolve8_horiz_4tap_sve()
|