Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/sample2d/
Dfft4f2dt.c17 void ddst2d(int, int, int, double **, double **, int *, double *); in main()
65 ddst2d(n1, n2, 1, a, t, ip, w); in main()
66 ddst2d(n1, n2, -1, a, t, ip, w); in main()
Dfftsg2dt.c17 void ddst2d(int, int, int, double **, double *, int *, double *); in main()
64 ddst2d(n1, n2, 1, a, NULL, ip, w); in main()
65 ddst2d(n1, n2, -1, a, NULL, ip, w); in main()
Dfftsg2dt.f46 call ddst2d(nmax, n1, n2, 1, a, t, ip, w)
47 call ddst2d(nmax, n1, n2, -1, a, t, ip, w)
Dfft4f2dt.f47 call ddst2d(nmax, n1, n2, 1, a, t, ip, w)
48 call ddst2d(nmax, n1, n2, -1, a, t, ip, w)
/external/fft2d/src/fft2d/
Dfft2d.h16 extern void ddst2d(int, int, int, double **, double *, int *, double *);
/external/tflite-support/third_party/fft2d/
Dfft2d.h28 extern void ddst2d(int, int, int, double **, double *, int *, double *);
/external/tensorflow/third_party/fft2d/
Dfft2d.h28 extern void ddst2d(int, int, int, double **, double *, int *, double *);
/external/fft2d/src/fft2d/fft2d/
Dreadme2d.txt42 ddst2d: 2-dim Discrete Sine Transform
Dfftsg2d.f406 subroutine ddst2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine
Dfftsg2d.c630 void ddst2d(int n1, int n2, int isgn, double **a, double *t, in ddst2d() function
Dfft4f2d.f492 subroutine ddst2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine