FFmpeg
|
Go to the source code of this file.
Enumerations | |
enum | WindowFunc { WFUNC_RECT, WFUNC_HANNING, WFUNC_HAMMING, WFUNC_BLACKMAN, WFUNC_BARTLETT, WFUNC_WELCH, WFUNC_FLATTOP, WFUNC_BHARRIS, WFUNC_BNUTTALL, WFUNC_SINE, WFUNC_NUTTALL, WFUNC_BHANN, WFUNC_LANCZOS, WFUNC_GAUSS, WFUNC_TUKEY, NB_WFUNC } |
Functions | |
void | ff_generate_window_func (float *lut, int N, int win_func, float *overlap) |
enum WindowFunc |
Definition at line 25 of file window_func.h.
void ff_generate_window_func | ( | float * | lut, |
int | N, | ||
int | win_func, | ||
float * | overlap | ||
) |
Definition at line 26 of file window_func.c.
Referenced by config_input(), and config_output().