Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/sample2d/
Dfftsg3dt.c16 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()
Dfftsg3dt.f38 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/
Dreadme2d.txt47 ddct3d: 3-dim Discrete Cosine Transform
Dfftsg3d.f527 subroutine ddct3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine
Dfftsg3d.c721 void ddct3d(int n1, int n2, int n3, int isgn, double ***a, in ddct3d() function