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 DECLARE_ALIGNED(16, float, f20_0_8)[8][8][2] = {\n");
75 printf(
"static const DECLARE_ALIGNED(16, float, f34_0_12)[12][8][2] = {\n");
78 printf(
"static const DECLARE_ALIGNED(16, float, f34_1_8)[8][8][2] = {\n");
81 printf(
"static const DECLARE_ALIGNED(16, float, f34_2_4)[4][8][2] = {\n");
85 printf(
"static const DECLARE_ALIGNED(16, float, Q_fract_allpass)[2][50][3][2] = {\n");
88 printf(
"static const DECLARE_ALIGNED(16, float, phi_fract)[2][50][2] = {\n");
static float pd_im_smooth[8 *8 *8]
static float f34_1_8[8][8][2]
static av_cold void ps_tableinit(void)
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 f20_0_8[8][8][2]
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_2_4[4][8][2]
void write_float_array(const float *, int)
static float HA[46][8][4]
static float pd_re_smooth[8 *8 *8]
static TABLE_CONST float Q_fract_allpass[2][50][3][2]
static float HB[46][8][4]
static float f34_0_12[12][8][2]
static void write_fileheader(void)