Go to the documentation of this file.
24 #define CONFIG_HARDCODED_TABLES 0
25 #define SINETABLE_CONST
26 #define SINETABLE(size) \
27 float ff_sine_##size[size]
28 #define FF_ARRAY_ELEMS(a) (sizeof(a) / sizeof((a)[0]))
30 #define M_PI 3.14159265358979323846
41 for (i = 5; i <= 12; i++) {
43 printf(
"SINETABLE(%4i) = {\n", 1 << i);