#include <stdlib.h>
#include "mdct_tablegen.h"
#include "tableprint.h"
Go to the source code of this file.
Defines | |
#define | CONFIG_HARDCODED_TABLES 0 |
#define | SINETABLE_CONST |
#define | SINETABLE(size) float ff_sine_##size[size] |
#define | FF_ARRAY_ELEMS(a) (sizeof(a) / sizeof((a)[0])) |
#define | M_PI 3.14159265358979323846 |
Functions | |
int | main (void) |
#define CONFIG_HARDCODED_TABLES 0 |
Definition at line 24 of file mdct_tablegen.c.
#define FF_ARRAY_ELEMS | ( | a | ) | (sizeof(a) / sizeof((a)[0])) |
Definition at line 28 of file mdct_tablegen.c.
#define M_PI 3.14159265358979323846 |
Definition at line 30 of file mdct_tablegen.c.
Definition at line 26 of file mdct_tablegen.c.
#define SINETABLE_CONST |
Definition at line 25 of file mdct_tablegen.c.
int main | ( | void | ) |
Definition at line 35 of file mdct_tablegen.c.