Home
last modified time | relevance | path

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

/external/webrtc/common_audio/resampler/
Dsinc_resampler.cc136 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
144 #define CONVOLVE_FUNC Convolve_C
356 float SincResampler::Convolve_C(const float* input_ptr, in Convolve_C() function in webrtc::SincResampler
Dsinc_resampler_unittest.cc148 double result = resampler.Convolve_C( in TEST()
157 result = resampler.Convolve_C( in TEST()
185 resampler.Convolve_C( in TEST()
Dsinc_resampler.h106 static float Convolve_C(const float* input_ptr,