OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fout2
(Results
1 - 3
of
3
) 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/libopus/celt/
kiss_fft.c
57
kiss_fft_cpx *
Fout2
;
64
Fout2
= Fout + m;
70
Fout2
->r = SHR32(
Fout2
->r, 1);
Fout2
->i = SHR32(
Fout2
->i, 1);
71
C_MUL (t, *
Fout2
, *tw1);
73
C_SUB( *
Fout2
, *Fout , t );
75
++
Fout2
;
90
kiss_fft_cpx *
Fout2
;
[
all
...]
/external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h
163
Complex *Fout0,*Fout1,*
Fout2
,*Fout3,*Fout4;
174
Fout2
=Fout0+2*m;
183
scratch[2] = *
Fout2
* tw[2*u*fstride];
219
*
Fout2
=scratch[11]+scratch[12];
222
++Fout0;++Fout1;++
Fout2
;++Fout3;++Fout4;
Completed in 52 milliseconds