Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c108 highbd_convolve8_8(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, in highbd_convolve8_8() function
243 d0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters, max); in vpx_highbd_convolve8_horiz_neon()
244 d1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters, max); in vpx_highbd_convolve8_horiz_neon()
245 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max); in vpx_highbd_convolve8_horiz_neon()
247 highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, max); in vpx_highbd_convolve8_horiz_neon()
305 d0 = highbd_convolve8_8(s0, s1, s2, s3, s4, s5, s6, s7, filters, in vpx_highbd_convolve8_horiz_neon()
307 d1 = highbd_convolve8_8(s1, s2, s3, s4, s5, s6, s7, s8, filters, in vpx_highbd_convolve8_horiz_neon()
309 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, in vpx_highbd_convolve8_horiz_neon()
311 d3 = highbd_convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, in vpx_highbd_convolve8_horiz_neon()
313 d4 = highbd_convolve8_8(s4, s5, s6, s7, s8, s9, s10, s11, filters, in vpx_highbd_convolve8_horiz_neon()
[all …]