Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler.cc133 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
143 Convolve_NEON : Convolve_C; in InitializeCPUSpecificFeatures()
147 #define CONVOLVE_FUNC Convolve_C
359 float SincResampler::Convolve_C(const float* input_ptr, const float* k1, in Convolve_C() function in webrtc::SincResampler
Dsinc_resampler_unittest.cc146 double result = resampler.Convolve_C( in TEST()
155 result = resampler.Convolve_C( in TEST()
183 resampler.Convolve_C( in TEST()
Dsinc_resampler.h103 static float Convolve_C(const float* input_ptr, const float* k1,