Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dfft4g.c301 static void rftfsub(size_t n, float *a, size_t nc, float *c);
349 rftfsub(n, a, nc, w + nw); in WebRtc_rdft()
406 rftfsub(n, a, nc, w + nw);
457 rftfsub(n, a, nc, w + nw);
512 rftfsub(m, a, nc, w + nw);
529 rftfsub(m, t, nc, w + nw);
597 rftfsub(m, a, nc, w + nw);
614 rftfsub(m, t, nc, w + nw);
1240 static void rftfsub(size_t n, float *a, size_t nc, float *c) in rftfsub() function
/external/svox/pico/lib/
Dpicofftsg.c378 static void rftfsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a);
383 static void rftfsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a);
444 rftfsub(n, a); in rdft()
514 rftfsub(n, a); in ddct()
3064 void rftfsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a) in rftfsub() function