FFmpeg
|
#include <stdlib.h>
#include "libavcodec/aac_defines.h"
#include "sinewin_tablegen.h"
#include "tableprint.h"
Go to the source code of this file.
Macros | |
#define | CONFIG_HARDCODED_TABLES 0 |
#define | WRITE_FUNC write_float_array |
#define | SINETABLE_CONST |
#define | SINETABLE(size) INTFLOAT AAC_RENAME(ff_sine_##size)[size] |
#define | SINETABLE120960(size) INTFLOAT AAC_RENAME(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 25 of file sinewin_tablegen_template.c.
#define WRITE_FUNC write_float_array |
Definition at line 30 of file sinewin_tablegen_template.c.
#define SINETABLE_CONST |
Definition at line 33 of file sinewin_tablegen_template.c.
#define SINETABLE | ( | size | ) | INTFLOAT AAC_RENAME(ff_sine_##size)[size] |
Definition at line 34 of file sinewin_tablegen_template.c.
#define SINETABLE120960 | ( | size | ) | INTFLOAT AAC_RENAME(ff_sine_##size)[size] |
Definition at line 36 of file sinewin_tablegen_template.c.
Definition at line 38 of file sinewin_tablegen_template.c.
int main | ( | void | ) |
Definition at line 42 of file sinewin_tablegen_template.c.