OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fout0
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
kiss_fft.c
221
kiss_fft_cpx *
Fout0
,*Fout1,*Fout2,*Fout3,*Fout4;
230
Fout0
=Fout;
231
Fout1=
Fout0
+m;
232
Fout2=
Fout0
+2*m;
233
Fout3=
Fout0
+3*m;
234
Fout4=
Fout0
+4*m;
239
C_FIXDIV( *
Fout0
,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fout4,5);
241
scratch[0] = *
Fout0
;
253
Fout0
->r += scratch[7].r + scratch[8].r;
254
Fout0
->i += scratch[7].i + scratch[8].i
[
all
...]
/external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h
162
Complex *
Fout0
,*Fout1,*Fout2,*Fout3,*Fout4;
171
Fout0
=Fout;
172
Fout1=
Fout0
+m;
173
Fout2=
Fout0
+2*m;
174
Fout3=
Fout0
+3*m;
175
Fout4=
Fout0
+4*m;
179
scratch[0] = *
Fout0
;
191
*
Fout0
+= scratch[7];
192
*
Fout0
+= scratch[8];
221
++
Fout0
;++Fout1;++Fout2;++Fout3;++Fout4
[
all
...]
Completed in 48 milliseconds