Home
last modified time | relevance | path

Searched refs:convolve_proc_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/common_audio/resampler/
Dsinc_resampler.cc133 #define CONVOLVE_FUNC convolve_proc_
136 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
165 convolve_proc_(nullptr), in SincResampler()
171 RTC_DCHECK(convolve_proc_); in SincResampler()
Dsinc_resampler.h163 ConvolveProc convolve_proc_; variable