/system/chre/external/kiss_fft/ |
kiss_fft.c | 92 static void kf_bfly3( function 267 case 3: kf_bfly3(Fout,fstride,st,m); break; 297 case 3: kf_bfly3(Fout,fstride,st,(size_t)m); break;
|
kissfft.hh | 106 case 3: kf_bfly3(Fout,fstride,m); break; 154 void kf_bfly3( cpx_type * Fout, const size_t fstride, const size_t m) function in class:kissfft
|
/external/speex/libspeex/ |
kiss_fft.c | 168 static void kf_bfly3( function 395 case 3: kf_bfly3(Fout,fstride,st,m); break; 424 case 3: for (i=0;i<N;i++){Fout=Fout_beg+i*m2; kf_bfly3(Fout,fstride,st,m);} break;
|
/external/libopus/celt/ |
kiss_fft.c | 176 static void kf_bfly3( function 558 kf_bfly3(fout,fstride[i]<<shift,st,m, fstride[i], m2);
|