FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SINETABLE(size) static SINETABLE_CONST DECLARE_ALIGNED(32, int, sine_##size##_fixed)[size] |
#define | SINETABLE_CONST |
#define | SIN_FIX(a) (int)floor((a) * 0x80000000 + 0.5) |
Functions | |
SINETABLE (120) | |
SINETABLE (128) | |
SINETABLE (480) | |
SINETABLE (512) | |
SINETABLE (960) | |
SINETABLE (1024) | |
static av_cold void | sine_window_init_fixed (int *window, int n) |
static av_cold void | init_sine_windows_fixed (void) |
#define SINETABLE | ( | size | ) | static SINETABLE_CONST DECLARE_ALIGNED(32, int, sine_##size##_fixed)[size] |
Definition at line 33 of file sinewin_fixed_tablegen.h.
#define SINETABLE_CONST |
Definition at line 46 of file sinewin_fixed_tablegen.h.
Definition at line 54 of file sinewin_fixed_tablegen.h.
SINETABLE | ( | 120 | ) |
SINETABLE | ( | 128 | ) |
SINETABLE | ( | 480 | ) |
SINETABLE | ( | 512 | ) |
SINETABLE | ( | 960 | ) |
SINETABLE | ( | 1024 | ) |
Definition at line 57 of file sinewin_fixed_tablegen.h.
Referenced by init_sine_windows_fixed().
|
static |
Definition at line 63 of file sinewin_fixed_tablegen.h.
Referenced by aac_static_table_init(), and main().