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/src/modules/audio_processing/utility/
fft4g.c
300
static void
dctsub
(int n, float *a, int nc, float *c)
395
dctsub
(n, a, nc, w + nw);
502
dctsub
(m, a, nc, w + nw);
519
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 883 milliseconds