Searched refs:Convolve_SSE (Results 1 – 4 of 4) sorted by relevance
127 #define CONVOLVE_FUNC Convolve_SSE136 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
22 float SincResampler::Convolve_SSE(const float* input_ptr, in Convolve_SSE() function in webrtc::SincResampler
111 static float Convolve_SSE(const float* input_ptr,
121 #define CONVOLVE_FUNC Convolve_SSE