Lines Matching refs:int16x4_t
112 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon()
124 int16x4_t p0_src = vget_low_s16(p01_16); in convolveHorizontally_neon()
125 int16x4_t p1_src = vget_high_s16(p01_16); in convolveHorizontally_neon()
126 int16x4_t p2_src = vget_low_s16(p23_16); in convolveHorizontally_neon()
127 int16x4_t p3_src = vget_high_s16(p23_16); in convolveHorizontally_neon()
152 int16x4_t coeff0, coeff1, coeff2; in convolveHorizontally_neon()
177 int16x4_t accum16 = vqmovn_s32(accum); in convolveHorizontally_neon()
199 int16x4_t coeff16; in convolveVertically_neon()
220 int16x4_t src16_0 = vget_low_s16(src16_01); in convolveVertically_neon()
221 int16x4_t src16_1 = vget_high_s16(src16_01); in convolveVertically_neon()
222 int16x4_t src16_2 = vget_low_s16(src16_23); in convolveVertically_neon()
223 int16x4_t src16_3 = vget_high_s16(src16_23); in convolveVertically_neon()
288 int16x4_t src16_0 = vget_low_s16(src16_01); in convolveVertically_neon()
289 int16x4_t src16_1 = vget_high_s16(src16_01); in convolveVertically_neon()
290 int16x4_t src16_2 = vget_low_s16(src16_23); in convolveVertically_neon()
403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon()
440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon()
458 int16x4_t accum16; in convolve4RowsHorizontally_neon()