Searched refs:convolveVertically_SSE2 (Results 1 – 3 of 3) sorted by relevance
14 void convolveVertically_SSE2(const SkConvolutionFilter1D::ConvolutionFixed* filter_values,
303 void convolveVertically_SSE2(const SkConvolutionFilter1D::ConvolutionFixed* filter_values, in convolveVertically_SSE2() function470 void convolveVertically_SSE2(const SkConvolutionFilter1D::ConvolutionFixed* filter_values, in convolveVertically_SSE2() function477 convolveVertically_SSE2<true>(filter_values, in convolveVertically_SSE2()483 convolveVertically_SSE2<false>(filter_values, in convolveVertically_SSE2()
125 procs->fConvolveVertically = &convolveVertically_SSE2; in PlatformConvolutionProcs()