Lines Matching refs:coeff1
112 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local
115 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolveHorizontally_neon()
130 int32x4_t p1 = vmull_s16(p1_src, coeff1); in convolveHorizontally_neon()
152 int16x4_t coeff0, coeff1, coeff2; in convolveHorizontally_neon() local
156 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask1)); in convolveHorizontally_neon()
164 int32x4_t p1 = vmull_s16(vget_high_s16(p01_16), coeff1); in convolveHorizontally_neon()
403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
407 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolve4RowsHorizontally_neon()
421 p1 = vmull_s16(vget_high_s16(p01_16), coeff1); \ in convolve4RowsHorizontally_neon()
440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
444 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolve4RowsHorizontally_neon()