Home
last modified time | relevance | path

Searched refs:convolveVertically_SSE2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/opts/
DSkBitmapFilter_opts_SSE2.h14 void convolveVertically_SSE2(const SkConvolutionFilter1D::ConvolutionFixed* filter_values,
DSkBitmapFilter_opts_SSE2.cpp303 void convolveVertically_SSE2(const SkConvolutionFilter1D::ConvolutionFixed* filter_values, in convolveVertically_SSE2() function
470 void convolveVertically_SSE2(const SkConvolutionFilter1D::ConvolutionFixed* filter_values, in convolveVertically_SSE2() function
477 convolveVertically_SSE2<true>(filter_values, in convolveVertically_SSE2()
483 convolveVertically_SSE2<false>(filter_values, in convolveVertically_SSE2()
Dopts_check_x86.cpp125 procs->fConvolveVertically = &convolveVertically_SSE2; in PlatformConvolutionProcs()