Lines Matching refs:coeff0
137 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local
139 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolveHorizontally_neon()
154 int32x4_t p0 = vmull_s16(p0_src, coeff0); in convolveHorizontally_neon()
177 int16x4_t coeff0, coeff1, coeff2; in convolveHorizontally_neon() local
180 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask0)); in convolveHorizontally_neon()
188 int32x4_t p0 = vmull_s16(vget_low_s16(p01_16), coeff0); in convolveHorizontally_neon()
427 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
430 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolve4RowsHorizontally_neon()
444 p0 = vmull_s16(vget_low_s16(p01_16), coeff0); \ in convolve4RowsHorizontally_neon()
464 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
467 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolve4RowsHorizontally_neon()