OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dctsub
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_audio/
fft4g.c
304
static void
dctsub
(int n, float *a, int nc, float *c)
401
dctsub
(n, a, nc, w + nw);
508
dctsub
(m, a, nc, w + nw);
525
dctsub
(m, t, nc, w + nw);
[
all
...]
/external/svox/pico/lib/
picofftsg.c
385
static void
dctsub
(picoos_int32 n, PICOFFTSG_FFTTYPE *a);
507
dctsub
(n, a);
3198
void
dctsub
(picoos_int32 n, PICOFFTSG_FFTTYPE *a)
function
[
all
...]
Completed in 63 milliseconds