Searched refs:ddct3d (Results 1 – 5 of 5) sorted by relevance
/external/fft2d/src/fft2d/fft2d/sample2d/ |
D | fftsg3dt.c | 16 void ddct3d(int, int, int, int, double ***, double *, int *, double *); in main() 54 ddct3d(n1, n2, n3, 1, a, NULL, ip, w); in main() 55 ddct3d(n1, n2, n3, -1, a, NULL, ip, w); in main()
|
D | fftsg3dt.f | 38 call ddct3d(nmax, nmax, n1, n2, n3, 1, a, t, ip, w) 39 call ddct3d(nmax, nmax, n1, n2, n3, -1, a, t, ip, w)
|
/external/fft2d/src/fft2d/fft2d/ |
D | readme2d.txt | 47 ddct3d: 3-dim Discrete Cosine Transform
|
D | fftsg3d.f | 527 subroutine ddct3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine
|
D | fftsg3d.c | 721 void ddct3d(int n1, int n2, int n3, int isgn, double ***a, in ddct3d() function
|