Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Dfft4g.c296 static void cftmdl(int n, int l, float *a, float *w);
912 cftmdl(n, l, a, w); in cftfsub()
962 cftmdl(n, l, a, w); in cftbsub()
1107 static void cftmdl(int n, int l, float *a, float *w) in cftmdl() function