Searched defs:ddct2d (Results 1 – 4 of 4) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fftsg2d.f | 385 subroutine ddct2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine 386 integer n1max, n1, n2, isgn, ip(0 : *), n, nw, nc, j local 387 real*8 a(0 : n1max - 1, 0 : n2 - 1), t(0 : 4 * n2 - 1), 388 & w(0 : *)
|
D | fft4f2d.f | 378 subroutine ddct2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine 379 integer n1max, n1, n2, isgn, ip(0 : *), n, nw, nc, n1h, n2h, 380 & i, ix, ic, j, jx, jc 381 real*8 a(0 : n1max - 1, 0 : n2 - 1), 382 & t(0 : n1max - 1, 0 : n2 - 1), w(0 : *), xi
|
D | fftsg2d.c | 566 void ddct2d(int n1, int n2, int isgn, double **a, double *t, in ddct2d() function
|
D | fft4f2d.c | 415 void ddct2d(int n1, int n2, int isgn, double **a, double **t, in ddct2d() function
|