Searched refs:convolve8_vert_8x4_s32 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 150 static INLINE uint8x8_t convolve8_vert_8x4_s32( in convolve8_vert_8x4_s32() function 1342 res0 = convolve8_vert_8x4_s32(s0, s1, s2, s3, s4, s5, s6, s7, in av1_convolve_2d_sr_neon() 1345 res1 = convolve8_vert_8x4_s32(s1, s2, s3, s4, s5, s6, s7, s8, in av1_convolve_2d_sr_neon() 1348 res2 = convolve8_vert_8x4_s32(s2, s3, s4, s5, s6, s7, s8, s9, in av1_convolve_2d_sr_neon() 1351 res3 = convolve8_vert_8x4_s32(s3, s4, s5, s6, s7, s8, s9, s10, in av1_convolve_2d_sr_neon() 1384 res0 = convolve8_vert_8x4_s32(s0, s1, s2, s3, s4, s5, s6, s7, in av1_convolve_2d_sr_neon()
|