Lines Matching refs:int16x4_t
125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon()
137 int16x4_t p0_src = vget_low_s16(p01_16); in convolveHorizontally_neon()
138 int16x4_t p1_src = vget_high_s16(p01_16); in convolveHorizontally_neon()
139 int16x4_t p2_src = vget_low_s16(p23_16); in convolveHorizontally_neon()
140 int16x4_t p3_src = vget_high_s16(p23_16); in convolveHorizontally_neon()
165 int16x4_t coeff0, coeff1, coeff2; in convolveHorizontally_neon()
190 int16x4_t accum16 = vqmovn_s32(accum); in convolveHorizontally_neon()
212 int16x4_t coeff16; in convolveVertically_neon()
233 int16x4_t src16_0 = vget_low_s16(src16_01); in convolveVertically_neon()
234 int16x4_t src16_1 = vget_high_s16(src16_01); in convolveVertically_neon()
235 int16x4_t src16_2 = vget_low_s16(src16_23); in convolveVertically_neon()
236 int16x4_t src16_3 = vget_high_s16(src16_23); in convolveVertically_neon()
301 int16x4_t src16_0 = vget_low_s16(src16_01); in convolveVertically_neon()
302 int16x4_t src16_1 = vget_high_s16(src16_01); in convolveVertically_neon()
303 int16x4_t src16_2 = vget_low_s16(src16_23); in convolveVertically_neon()
415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon()
452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon()
470 int16x4_t accum16; in convolve4RowsHorizontally_neon()