24 #define CONFIG_HARDCODED_TABLES 0
32 for (i = 0; i <
b; i++) {
44 for (i = 0; i <
a; i++) {
58 printf(
"static const float pd_re_smooth[8*8*8] = {\n");
61 printf(
"static const float pd_im_smooth[8*8*8] = {\n");
65 printf(
"static const float HA[46][8][4] = {\n");
68 printf(
"static const float HB[46][8][4] = {\n");
72 printf(
"static const float f20_0_8[8][7][2] = {\n");
75 printf(
"static const float f34_0_12[12][7][2] = {\n");
78 printf(
"static const float f34_1_8[8][7][2] = {\n");
81 printf(
"static const float f34_2_4[4][7][2] = {\n");
85 printf(
"static const float Q_fract_allpass[2][50][3][2] = {\n");
88 printf(
"static const float phi_fract[2][50][2] = {\n");
static float Q_fract_allpass[2][50][3][2]
static float pd_im_smooth[8 *8 *8]
void write_float_2d_array(const void *, int, int)
void write_float_3d_array(const void *p, int b, int c, int d)
static float phi_fract[2][50][2]
void write_float_4d_array(const void *p, int a, int b, int c, int d)
static float f34_1_8[8][7][2]
void write_float_array(const float *, int)
static float HA[46][8][4]
static float pd_re_smooth[8 *8 *8]
static float f20_0_8[8][7][2]
static void ps_tableinit(void)
static float HB[46][8][4]
static float f34_2_4[4][7][2]
static float f34_0_12[12][7][2]
static void write_fileheader(void)