FFmpeg
|
Go to the source code of this file.
Macros | |
#define | CONFIG_HARDCODED_TABLES 0 |
#define | BUILD_TABLES |
#define | SINETABLE_CONST |
#define | SINETABLE(size) float ff_sine_##size[size] |
#define | FF_ARRAY_ELEMS(a) (sizeof(a) / sizeof((a)[0])) |
Functions | |
int | main (void) |
#define CONFIG_HARDCODED_TABLES 0 |
Definition at line 23 of file sinewin_tablegen.c.
#define BUILD_TABLES |
Definition at line 24 of file sinewin_tablegen.c.
#define SINETABLE_CONST |
Definition at line 26 of file sinewin_tablegen.c.
Definition at line 27 of file sinewin_tablegen.c.
Definition at line 29 of file sinewin_tablegen.c.
int main | ( | void | ) |
Definition at line 33 of file sinewin_tablegen.c.