OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_rdft
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/utility/
fft4g.h
14
void
WebRtc_rdft
(int, int, float *, int *, float *);
fft4g.c
324
void
WebRtc_rdft
(int n, int isgn, float *a, int *ip, float *w)
[
all
...]
/external/webrtc/src/modules/audio_processing/ns/
ns_core.c
114
WebRtc_rdft
(inst->anaLen, 1, inst->dataBuf, inst->ip, inst->wfft);
865
WebRtc_rdft
(inst->anaLen, 1, winData, inst->ip, inst->wfft);
[
all
...]
Completed in 635 milliseconds