Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dfft4g.c304 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);
1292 static void dctsub(int n, float *a, int nc, float *c)
/external/svox/pico/lib/
Dpicofftsg.c385 static void dctsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a);
507 dctsub(n, a); in ddct()
3198 void dctsub(picoos_int32 n, PICOFFTSG_FFTTYPE *a) in dctsub() function