Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_i.h99 void lsx_apply_hamming(double h[], const int num_points);
H A Deffects_i_dsp.c273 void lsx_apply_hamming(double h[], const int num_points) in lsx_apply_hamming() function
H A Dspectrogram.c296 case Window_Hamming: lsx_apply_hamming(w, n); break; in make_window()