Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dfft4g.c315 static void dctsub(int n, double *a, int nc, double const *c);
422 dctsub(n, a, nc, w + nw); in ddct()
535 dctsub(m, a, nc, w + nw); in dfct()
552 dctsub(m, t, nc, w + nw); in dfct()
1322 static void dctsub(int n, double *a, int nc, double const *c) in dctsub() function