Home
last modified time | relevance | path

Searched refs:Convolve_SSE (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler.cc124 #define CONVOLVE_FUNC Convolve_SSE
133 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
Dsinc_resampler_sse.cc20 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1, in Convolve_SSE() function in webrtc::SincResampler
Dsinc_resampler.h106 static float Convolve_SSE(const float* input_ptr, const float* k1,
Dsinc_resampler_unittest.cc119 #define CONVOLVE_FUNC Convolve_SSE