Home
last modified time | relevance | path

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

/external/pffft/
Dpffft_priv_impl.h861 static int decompose(int n, int *ifac, const int *ntryh) { in decompose() argument
863 for (j=0; ntryh[j]; ++j) { in decompose()
864 int ntry = ntryh[j]; in decompose()
890 static const int ntryh[] = { 4,2,3,5,0 }; in rffti1_ps() local
893 int nf = decompose(n,ifac,ntryh); in rffti1_ps()
923 static const int ntryh[] = { 5,3,4,2,0 }; in cffti1_ps() local
926 int nf = decompose(n,ifac,ntryh); in cffti1_ps()
Dfftpack.c1933 static int decompose(integer n, integer *ifac, integer ntryh[4]) { in decompose()
1937 ntry = ntryh[j]; in decompose()
1967 static integer ntryh[4] = { 3,4,2,5 }; in cffti1() local
1983 nf = decompose(n, ifac, ntryh); in cffti1()
2170 static integer ntryh[4] = { 4,2,3,5 }; in rffti1() local
2186 nf = decompose(n, ifac, ntryh); in rffti1()
/external/speex/libspeexdsp/
Dsmallft.c41 static int ntryh[4] = { 4,2,3,5 }; in drfti1() local
54 ntry=ntryh[j]; in drfti1()