Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_convolve8_sve.c42 static inline uint16x8_t highbd_convolve8_8_h(int16x8_t s[8], int16x8_t filter, in highbd_convolve8_8_h() function
115 uint16x8_t d0 = highbd_convolve8_8_h(s0, filter, max); in highbd_convolve8_horiz_8tap_sve()
116 uint16x8_t d1 = highbd_convolve8_8_h(s1, filter, max); in highbd_convolve8_horiz_8tap_sve()
117 uint16x8_t d2 = highbd_convolve8_8_h(s2, filter, max); in highbd_convolve8_horiz_8tap_sve()
118 uint16x8_t d3 = highbd_convolve8_8_h(s3, filter, max); in highbd_convolve8_horiz_8tap_sve()