Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/sample2d/
Dfft4f2dt.c14 void cdft2d(int, int, int, double **, int *, double *); in main()
38 cdft2d(n1, n2, 1, a, ip, w); in main()
39 cdft2d(n1, n2, -1, a, ip, w); in main()
Dfftsg2dt.c14 void cdft2d(int, int, int, double **, double *, int *, double *); in main()
37 cdft2d(n1, n2, 1, a, NULL, ip, w); in main()
38 cdft2d(n1, n2, -1, a, NULL, ip, w); in main()
Dfft4f2dt.f20 call cdft2d(nmax, n1, n2, 1, a, ip, w)
21 call cdft2d(nmax, n1, n2, -1, a, ip, w)
Dfftsg2dt.f19 call cdft2d(nmax, n1, n2, 1, a, t, ip, w)
20 call cdft2d(nmax, n1, n2, -1, a, t, ip, w)
/external/fft2d/src/fft2d/
Dfft2d.h13 extern void cdft2d(int, int, int, double **, double *, int *, double *);
/external/tflite-support/third_party/fft2d/
Dfft2d.h25 extern void cdft2d(int, int, int, double **, double *, int *, double *);
/external/tensorflow/third_party/fft2d/
Dfft2d.h25 extern void cdft2d(int, int, int, double **, double *, int *, double *);
/external/fft2d/src/fft2d/fft2d/
Dreadme2d.txt39 cdft2d: 2-dim Complex Discrete Fourier Transform
Dfftsg2d.f312 subroutine cdft2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine
Dfftsg2d.c397 void cdft2d(int n1, int n2, int isgn, double **a, double *t, in cdft2d() function
Dfft4f2d.f291 subroutine cdft2d(n1max, n1, n2, isgn, a, ip, w) subroutine
Dfft4f2d.c300 void cdft2d(int n1, int n2, int isgn, double **a, int *ip, double *w) in cdft2d() function