Convolve_SSE      114 media/base/sinc_resampler.cc #define CONVOLVE_FUNC Convolve_SSE
Convolve_SSE      127 media/base/sinc_resampler.cc   g_convolve_proc_ = base::CPU().has_sse() ? Convolve_SSE : Convolve_C;
Convolve_SSE       90 media/base/sinc_resampler.h   static float Convolve_SSE(const float* input_ptr, const float* k1,
Convolve_SSE       26 media/base/sinc_resampler_perftest.cc #define CONVOLVE_FUNC Convolve_SSE
Convolve_SSE      112 media/base/sinc_resampler_unittest.cc #define CONVOLVE_FUNC Convolve_SSE