|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | SINETABLE_CONST |
| #define | SINETABLE(size) |
Functions | |
| void | ff_sine_window_init (float *window, int n) |
| Generate a sine window. | |
| void | ff_init_ff_sine_windows (int index) |
| initialize the specified entry of ff_sine_windows | |
| 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_CONST |
Definition at line 30 of file sinewin.h.
Referenced by SINETABLE().
| #define SINETABLE | ( | 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().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Definition at line 51 of file sinewin_tablegen.h.
Referenced by decode_init(), ff_init_ff_sine_windows(), ff_wma_init(), imdct_and_window(), main(), and SINETABLE().