Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler.cc130 #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()
Dsinc_resampler.h154 ConvolveProc convolve_proc_; variable