FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SINETABLE_CONST |
#define | SINETABLE(size) SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size] |
Functions | |
void | ff_sine_window_init (float *window, int n) |
Generate a sine window. More... | |
void | ff_init_ff_sine_windows (int index) |
initialize the specified entry of ff_sine_windows More... | |
SINETABLE (32) | |
SINETABLE (64) | |
SINETABLE (128) | |
SINETABLE (256) | |
SINETABLE (512) | |
SINETABLE (1024) | |
SINETABLE (2048) | |
SINETABLE (4096) | |
SINETABLE (8192) | |
Variables | |
SINETABLE_CONST float *const | ff_sine_windows [] |
#define SINETABLE | ( | size | ) | SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size] |
void ff_sine_window_init | ( | float * | window, |
int | n | ||
) |
Generate a sine window.
window | pointer to half window |
n | size of half window |
Definition at line 59 of file sinewin_tablegen.h.
Referenced by ff_init_ff_sine_windows(), imc_decode_init(), init_cook_mlt(), init_tables_float_fn(), and wmavoice_decode_init().
void ff_init_ff_sine_windows | ( | int | index | ) |
initialize the specified entry of ff_sine_windows
Definition at line 101 of file sinewin_tablegen.h.
Referenced by atrac1_decode_init(), decode_init(), decode_init_static(), ff_atrac3p_init_dsp_static(), ff_wma_init(), init_mdct_win(), init_tables_float_fn(), main(), and nellymoser_init_static().
SINETABLE | ( | 32 | ) |
SINETABLE | ( | 64 | ) |
SINETABLE | ( | 128 | ) |
SINETABLE | ( | 256 | ) |
SINETABLE | ( | 512 | ) |
SINETABLE | ( | 1024 | ) |
SINETABLE | ( | 2048 | ) |
SINETABLE | ( | 4096 | ) |
SINETABLE | ( | 8192 | ) |
SINETABLE_CONST float* const ff_sine_windows[] |
Definition at line 51 of file sinewin_tablegen.h.
Referenced by decode_init(), ff_init_ff_sine_windows(), ff_wma_init(), imdct_and_window(), and main().