Home
last modified time | relevance | path

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

/system/chre/external/kiss_fft/
Dkissfft.hh83 cpx_type * Fout_end = Fout + p*m; in kf_work() local
89 }while(++Fout != Fout_end ); in kf_work()
98 }while( (Fout += m) != Fout_end ); in kf_work()
Dkiss_fft.c250 const kiss_fft_cpx * Fout_end = Fout + p*m; in kf_work() local
280 }while(++Fout != Fout_end ); in kf_work()
289 }while( (Fout += m) != Fout_end ); in kf_work()