Lines Matching refs:coeffs

112             int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;  in convolveHorizontally_neon()  local
113 coeffs = vld1_s16(filterValues); in convolveHorizontally_neon()
114 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolveHorizontally_neon()
115 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolveHorizontally_neon()
116 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2)); in convolveHorizontally_neon()
117 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolveHorizontally_neon()
151 uint16x4_t coeffs; in convolveHorizontally_neon() local
153 coeffs = vld1_u16(reinterpret_cast<const uint16_t*>(filterValues)); in convolveHorizontally_neon()
154 coeffs &= vld1_u16(&mask[r][0]); in convolveHorizontally_neon()
155 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask0)); in convolveHorizontally_neon()
156 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask1)); in convolveHorizontally_neon()
157 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask2)); in convolveHorizontally_neon()
403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
405 coeffs = vld1_s16(filterValues); in convolve4RowsHorizontally_neon()
406 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolve4RowsHorizontally_neon()
407 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolve4RowsHorizontally_neon()
408 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2)); in convolve4RowsHorizontally_neon()
409 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolve4RowsHorizontally_neon()
440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
441 coeffs = vld1_s16(filterValues); in convolve4RowsHorizontally_neon()
442 coeffs &= vreinterpret_s16_u16(vld1_u16(&mask[r][0])); in convolve4RowsHorizontally_neon()
443 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolve4RowsHorizontally_neon()
444 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolve4RowsHorizontally_neon()
445 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2)); in convolve4RowsHorizontally_neon()
446 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolve4RowsHorizontally_neon()