Searched refs:convolve_proc_ (Results 1 – 2 of 2) sorted by relevance
133 #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()
163 ConvolveProc convolve_proc_; variable