OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convolve_proc_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.cc
130
#define CONVOLVE_FUNC
convolve_proc_
133
convolve_proc_
= WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C;
140
#define CONVOLVE_FUNC
convolve_proc_
142
convolve_proc_
= WebRtc_GetCPUFeaturesARM() & kCPUFeatureNEON ?
168
convolve_proc_
(NULL),
174
assert(
convolve_proc_
);
sinc_resampler.h
97
// |
convolve_proc_
| below.
154
ConvolveProc
convolve_proc_
;
member in class:webrtc::SincResampler
Completed in 415 milliseconds