Home | History | Annotate | Download | only in opts

Lines Matching defs:filterValues

114         const SkConvolutionFilter1D::ConvolutionFixed* filterValues =
126 coeffs = vld1_s16(filterValues);
154 filterValues += 4;
166 coeffs = vld1_u16(reinterpret_cast<const uint16_t*>(filterValues));
204 void convolveVertically_neon(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
225 coeff16 = vdup_n_s16(filterValues[filterY]);
294 coeff16 = vdup_n_s16(filterValues[filterY]);
357 void convolveVertically_neon(const SkConvolutionFilter1D::ConvolutionFixed* filterValues,
364 convolveVertically_neon<true>(filterValues, filterLength,
368 convolveVertically_neon<false>(filterValues, filterLength,
402 const SkConvolutionFilter1D::ConvolutionFixed* filterValues =
417 coeffs = vld1_s16(filterValues);
447 filterValues += 4;
453 coeffs = vld1_s16(filterValues);