Searched refs:convolve_proc_ (Results 1 – 2 of 2) sorted by relevance
130 #define CONVOLVE_FUNC convolve_proc_133 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()140 #define CONVOLVE_FUNC convolve_proc_142 convolve_proc_ = WebRtc_GetCPUFeaturesARM() & kCPUFeatureNEON ? in InitializeCPUSpecificFeatures()168 convolve_proc_(NULL), in SincResampler()174 assert(convolve_proc_); in SincResampler()
154 ConvolveProc convolve_proc_; variable