OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twidx
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h
250
int
twidx
=0;
local
253
twidx
+= static_cast<int>(fstride) * k;
254
if (
twidx
>=Norig)
twidx
-=Norig;
255
t=scratchbuf[q] * twiddles[
twidx
];
/external/speex/libspeex/
kiss_fft.c
308
int
twidx
=0;
local
311
twidx
+= fstride * k;
312
if (
twidx
>=Norig)
twidx
-=Norig;
313
C_MUL(t,scratchbuf[q] , twiddles[
twidx
] );
Completed in 127 milliseconds