Searched refs:lsx_apply_hann (Results 1 – 4 of 4) sorted by relevance
134 lsx_apply_hann(p->spectrumWindow, (int)p->measureLen_ws); in start()144 lsx_apply_hann(p->cepstrumWindow,(int)(p->spectrumEnd - p->spectrumStart)); in start()
98 void lsx_apply_hann(double h[], const int num_points);
264 void lsx_apply_hann(double h[], const int num_points) in lsx_apply_hann() function
295 case Window_Hann: lsx_apply_hann(w, n); break; in make_window()