OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fout2
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
kiss_fft.c
38
kiss_fft_cpx *
Fout2
;
47
Fout2
= Fout + m;
54
tr = SHR32(SUB32(MULT16_16(
Fout2
->r , tw1->r),MULT16_16(
Fout2
->i , tw1->i)), 1);
55
ti = SHR32(ADD32(MULT16_16(
Fout2
->i , tw1->r),MULT16_16(
Fout2
->r , tw1->i)), 1);
57
Fout2
->r = PSHR32(SUB32(SHL32(EXTEND32(Fout->r), 14), tr), 15);
58
Fout2
->i = PSHR32(SUB32(SHL32(EXTEND32(Fout->i), 14), ti), 15);
61
++
Fout2
;
71
Fout2
= Fout + m
[
all
...]
/external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h
162
Complex *Fout0,*Fout1,*
Fout2
,*Fout3,*Fout4;
173
Fout2
=Fout0+2*m;
182
scratch[2] = *
Fout2
* tw[2*u*fstride];
218
*
Fout2
=scratch[11]+scratch[12];
221
++Fout0;++Fout1;++
Fout2
;++Fout3;++Fout4;
Completed in 199 milliseconds