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) (!(x)) ? 1 : sin(M_PI * (x))/(M_PI * (x)); |
#define | SQR(x) ((x)*(x)) |
Functions | |
static double | get_i0 (double x) |
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 SQR | ( | x | ) | ((x)*(x)) |
enum WindowFunc |
Definition at line 29 of file window_func.h.
Definition at line 62 of file window_func.h.
Referenced by generate_window_func().
Definition at line 76 of file window_func.h.
Referenced by config_input(), config_output(), config_props(), ff_opus_psy_init(), and init().