23 #define CONFIG_HARDCODED_TABLES 0
26 #define SINETABLE_CONST
27 #define SINETABLE(size) \
28 float ff_sine_##size[size]
29 #define FF_ARRAY_ELEMS(a) (sizeof(a) / sizeof((a)[0]))
37 for (
int i = 5;
i <= 13;
i++) {
39 printf(
"SINETABLE(%4i) = {\n", 1 <<
i);
void ff_init_ff_sine_windows(int index)
initialize the specified entry of ff_sine_windows
SINETABLE_CONST float *const ff_sine_windows[]
static void write_fileheader(void)
void write_float_array(const float *, int)