Searched defs:Fout (Results 1 - 2 of 2) sorted by last modified time

/system/chre/external/kiss_fft/
H A Dkiss_fft.c22 kiss_fft_cpx * Fout,
31 Fout2 = Fout + m;
33 C_FIXDIV(*Fout,2); C_FIXDIV(*Fout2,2);
37 C_SUB( *Fout2 , *Fout , t );
38 C_ADDTO( *Fout , t );
40 ++Fout;
45 kiss_fft_cpx * Fout,
61 C_FIXDIV(*Fout,4); C_FIXDIV(Fout[m],4); C_FIXDIV(Fout[m
21 kf_bfly2( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m ) argument
44 kf_bfly4( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, const size_t m ) argument
92 kf_bfly3( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, size_t m ) argument
136 kf_bfly5( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m ) argument
198 kf_bfly_generic( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m, int p ) argument
238 kf_work( kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st ) argument
[all...]
H A Dkissfft.hh78 void kf_work( int stage,cpx_type * Fout, const cpx_type * f, size_t fstride,size_t in_stride) argument
82 cpx_type * Fout_beg = Fout;
83 cpx_type * Fout_end = Fout + p*m;
87 *Fout = *f;
89 }while(++Fout != Fout_end );
96 kf_work(stage+1, Fout , f, fstride*p,in_stride);
98 }while( (Fout += m) != Fout_end );
101 Fout=Fout_beg;
105 case 2: kf_bfly2(Fout,fstride,m); break;
106 case 3: kf_bfly3(Fout,fstrid
123 kf_bfly2( cpx_type * Fout, const size_t fstride, int m) argument
132 kf_bfly4( cpx_type * Fout, const size_t fstride, const size_t m) argument
154 kf_bfly3( cpx_type * Fout, const size_t fstride, const size_t m) argument
189 kf_bfly5( cpx_type * Fout, const size_t fstride, const size_t m) argument
256 kf_bfly_generic( cpx_type * Fout, const size_t fstride, int m, int p ) argument
[all...]

Completed in 155 milliseconds