HomeSort by relevance Sort by last modified time
    Searched refs:ConvolveVertically_SSE2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/skia/ext/
convolver_SSE2.h 12 void ConvolveVertically_SSE2(const ConvolutionFilter1D::Fixed* filter_values,
convolver_SSE2.cc 269 void ConvolveVertically_SSE2(const ConvolutionFilter1D::Fixed* filter_values,
436 void ConvolveVertically_SSE2(const ConvolutionFilter1D::Fixed* filter_values,
443 ConvolveVertically_SSE2<true>(filter_values,
449 ConvolveVertically_SSE2<false>(filter_values,
convolver.cc 366 procs->convolve_vertically = &ConvolveVertically_SSE2;

Completed in 1082 milliseconds