Searched refs:highbd_convolve8_4 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve8_neon.c | 88 static INLINE int32x4_t highbd_convolve8_4( in highbd_convolve8_4() function 184 d0 = highbd_convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters); in vpx_highbd_convolve8_horiz_neon() 185 d1 = highbd_convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters); in vpx_highbd_convolve8_horiz_neon() 186 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters); in vpx_highbd_convolve8_horiz_neon() 187 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters); in vpx_highbd_convolve8_horiz_neon() 393 d0 = highbd_convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters); in vpx_highbd_convolve8_avg_horiz_neon() 394 d1 = highbd_convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters); in vpx_highbd_convolve8_avg_horiz_neon() 395 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters); in vpx_highbd_convolve8_avg_horiz_neon() 396 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters); in vpx_highbd_convolve8_avg_horiz_neon() 639 d0 = highbd_convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters); in vpx_highbd_convolve8_vert_neon() [all …]
|