Home
last modified time | relevance | path

Searched refs:lsx_apply_bartlett (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_i.h100 void lsx_apply_bartlett(double h[], const int num_points);
H A Deffects_i_dsp.c282 void lsx_apply_bartlett(double h[], const int num_points) in lsx_apply_bartlett() function
H A Dspectrogram.c297 case Window_Bartlett: lsx_apply_bartlett(w, n); break; in make_window()