Home
last modified time | relevance | path

Searched refs:wsave (Results 1 – 3 of 3) sorted by relevance

/external/pffft/
Dfftpack.h62 void cffti(fftpack_int n, fftpack_real *wsave);
64 void cfftf(fftpack_int n, fftpack_real *c, fftpack_real *wsave);
66 void cfftb(fftpack_int n, fftpack_real *c, fftpack_real *wsave);
68 void rffti(fftpack_int n, fftpack_real *wsave);
69 void rfftf(fftpack_int n, fftpack_real *r, fftpack_real *wsave);
70 void rfftb(fftpack_int n, fftpack_real *r, fftpack_real *wsave);
72 void cosqi(fftpack_int n, fftpack_real *wsave);
73 void cosqf(fftpack_int n, fftpack_real *x, fftpack_real *wsave);
74 void cosqb(fftpack_int n, fftpack_real *x, fftpack_real *wsave);
76 void costi(fftpack_int n, fftpack_real *wsave);
[all …]
Dfftpack.c1837 void cfftb(integer n, real *c, real *wsave) in cfftb() argument
1842 --wsave; in cfftb()
1851 cfftb1(n, &c[1], &wsave[1], &wsave[iw1], (int*)&wsave[iw2]); in cfftb()
1916 void cfftf(integer n, real *c, real *wsave) in cfftf() argument
1921 --wsave; in cfftf()
1930 cfftf1(n, &c[1], &wsave[1], &wsave[iw1], (int*)&wsave[iw2]); in cfftf()
2018 void cffti(integer n, real *wsave) in cffti() argument
2022 --wsave; in cffti()
2030 cffti1(n, &wsave[iw1], (int*)&wsave[iw2]); in cffti()
2154 void rfftb(integer n, real *r, real *wsave) in rfftb() argument
[all …]
/external/speex/libspeexdsp/
Dsmallft.c110 static void fdrffti(int n, float *wsave, int *ifac){ in fdrffti() argument
113 drfti1(n, wsave+n, ifac); in fdrffti()