• Home
  • Raw
  • Download

Lines Matching refs:coeffs

137             int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3;  in convolveHorizontally_neon()  local
138 coeffs = vld1_s16(filterValues); in convolveHorizontally_neon()
139 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolveHorizontally_neon()
140 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolveHorizontally_neon()
141 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2)); in convolveHorizontally_neon()
142 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolveHorizontally_neon()
176 uint16x4_t coeffs; in convolveHorizontally_neon() local
178 coeffs = vld1_u16(reinterpret_cast<const uint16_t*>(filterValues)); in convolveHorizontally_neon()
179 coeffs &= vld1_u16(&mask[r][0]); in convolveHorizontally_neon()
180 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask0)); in convolveHorizontally_neon()
181 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask1)); in convolveHorizontally_neon()
182 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_u16(coeffs), coeff_mask2)); in convolveHorizontally_neon()
427 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
429 coeffs = vld1_s16(filterValues); in convolve4RowsHorizontally_neon()
430 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolve4RowsHorizontally_neon()
431 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolve4RowsHorizontally_neon()
432 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2)); in convolve4RowsHorizontally_neon()
433 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolve4RowsHorizontally_neon()
464 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
465 coeffs = vld1_s16(filterValues); in convolve4RowsHorizontally_neon()
466 coeffs &= vreinterpret_s16_u16(vld1_u16(&mask[r][0])); in convolve4RowsHorizontally_neon()
467 coeff0 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask0)); in convolve4RowsHorizontally_neon()
468 coeff1 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask1)); in convolve4RowsHorizontally_neon()
469 coeff2 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask2)); in convolve4RowsHorizontally_neon()
470 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolve4RowsHorizontally_neon()