Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/sample2d/
Dfft4f2dt.c16 void ddct2d(int, int, int, double **, double **, int *, double *); in main()
52 ddct2d(n1, n2, 1, a, t, ip, w); in main()
53 ddct2d(n1, n2, -1, a, t, ip, w); in main()
Dfftsg2dt.c16 void ddct2d(int, int, int, double **, double *, int *, double *); in main()
51 ddct2d(n1, n2, 1, a, NULL, ip, w); in main()
52 ddct2d(n1, n2, -1, a, NULL, ip, w); in main()
Dfftsg2dt.f33 call ddct2d(nmax, n1, n2, 1, a, t, ip, w)
34 call ddct2d(nmax, n1, n2, -1, a, t, ip, w)
Dfft4f2dt.f34 call ddct2d(nmax, n1, n2, 1, a, t, ip, w)
35 call ddct2d(nmax, n1, n2, -1, a, t, ip, w)
/external/fft2d/src/fft2d/
Dfft2d.h15 extern void ddct2d(int, int, int, double **, double *, int *, double *);
/external/tflite-support/third_party/fft2d/
Dfft2d.h27 extern void ddct2d(int, int, int, double **, double *, int *, double *);
/external/tensorflow/third_party/fft2d/
Dfft2d.h27 extern void ddct2d(int, int, int, double **, double *, int *, double *);
/external/fft2d/src/fft2d/fft2d/
Dreadme2d.txt41 ddct2d: 2-dim Discrete Cosine Transform
61 (faster than ddct2d())
Dfftsg2d.f385 subroutine ddct2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine
Dfftsg2d.c566 void ddct2d(int n1, int n2, int isgn, double **a, double *t, in ddct2d() function
Dfft4f2d.f378 subroutine ddct2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine