|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | WIN_FUNC_OPTION(win_func_opt_name, win_func_offset, flag, default_window_func) |
| #define | SINC(x) |
| #define | SQR(x) |
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 , WFUNC_DOLPH , WFUNC_CAUCHY , WFUNC_PARZEN , WFUNC_POISSON , WFUNC_BOHMAN , WFUNC_KAISER , NB_WFUNC } |
Functions | |
| static void | generate_window_func (float *lut, int N, int win_func, float *overlap) |
| #define WIN_FUNC_OPTION | ( | win_func_opt_name, | |
| win_func_offset, | |||
| flag, | |||
| default_window_func ) |
Definition at line 37 of file window_func.h.
| #define SINC | ( | x | ) |
Referenced by fade_gain(), and generate_window_func().
| #define SQR | ( | x | ) |
Referenced by generate_window_func().
| enum WindowFunc |
Definition at line 29 of file window_func.h.
Definition at line 63 of file window_func.h.
Referenced by config_input(), config_input(), config_output(), config_output(), config_output(), config_output(), config_output(), config_output(), config_props(), ff_opus_psy_init(), and init().