24 #define CONFIG_HARDCODED_TABLES 0
28 #define TYPE_NAME "int32_t"
30 #define ARRAY_RENAME(x) write_int32_t_ ## x
31 #define ARRAY_URENAME(x) write_uint32_t_ ## x
34 #define TYPE_NAME "float"
36 #define ARRAY_RENAME(x) write_float_ ## x
37 #define ARRAY_URENAME(x) write_float_ ## x
46 for (i = 0; i <
b; i++) {
58 for (i = 0; i <
a; i++) {
72 printf(
"static const %s pd_re_smooth[8*8*8] = {\n",
TYPE_NAME);
75 printf(
"static const %s pd_im_smooth[8*8*8] = {\n",
TYPE_NAME);
79 printf(
"static const %s HA[46][8][4] = {\n",
TYPE_NAME);
82 printf(
"static const %s HB[46][8][4] = {\n",
TYPE_NAME);
86 printf(
"static const DECLARE_ALIGNED(16, %s, f20_0_8)[8][8][2] = {\n",
TYPE_NAME);
89 printf(
"static const DECLARE_ALIGNED(16, %s, f34_0_12)[12][8][2] = {\n",
TYPE_NAME);
92 printf(
"static const DECLARE_ALIGNED(16, %s, f34_1_8)[8][8][2] = {\n",
TYPE_NAME);
95 printf(
"static const DECLARE_ALIGNED(16, %s, f34_2_4)[4][8][2] = {\n",
TYPE_NAME);
99 printf(
"static const DECLARE_ALIGNED(16, %s, Q_fract_allpass)[2][50][3][2] = {\n",
TYPE_NAME);
102 printf(
"static const DECLARE_ALIGNED(16, %s, phi_fract)[2][50][2] = {\n",
TYPE_NAME);
static TABLE_CONST int Q_fract_allpass[2][50][3][2]
static int pd_im_smooth[8 *8 *8]
static int f34_0_12[12][8][2]
static int phi_fract[2][50][2]
static int f34_1_8[8][8][2]
static void ps_tableinit(void)
static int pd_re_smooth[8 *8 *8]
static int f34_2_4[4][8][2]
static int f20_0_8[8][8][2]
static int array[MAX_W *MAX_W]
static void write_fileheader(void)