Home
last modified time | relevance | path

Searched refs:kf_bfly3 (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeexdsp/
Dkiss_fft.c168 static void kf_bfly3( in kf_bfly3() function
395 case 3: kf_bfly3(Fout,fstride,st,m); break; in kf_work()
424 case 3: for (i=0;i<N;i++){Fout=Fout_beg+i*m2; kf_bfly3(Fout,fstride,st,m);} break; in kf_work()
/external/libopus/celt/
Dkiss_fft.c176 static void kf_bfly3( in kf_bfly3() function
558 kf_bfly3(fout,fstride[i]<<shift,st,m, fstride[i], m2); in opus_fft_impl()