27#undef CONFIG_HARDCODED_TABLES
28#define CONFIG_HARDCODED_TABLES 0
32#define TYPE_NAME "int32_t"
34#define ARRAY_RENAME(x) write_int32_t_ ## x
35#define ARRAY_URENAME(x) write_uint32_t_ ## x
38#define TYPE_NAME "float"
40#define ARRAY_RENAME(x) write_float_ ## x
41#define ARRAY_URENAME(x) write_float_ ## x
50 for (
i = 0;
i <
b;
i++) {
62 for (
i = 0;
i <
a;
i++) {
90 printf(
"static const DECLARE_ALIGNED(16, %s, f20_0_8)[8][8][2] = {\n",
TYPE_NAME);
93 printf(
"static const DECLARE_ALIGNED(16, %s, f34_0_12)[12][8][2] = {\n",
TYPE_NAME);
96 printf(
"static const DECLARE_ALIGNED(16, %s, f34_1_8)[8][8][2] = {\n",
TYPE_NAME);
99 printf(
"static const DECLARE_ALIGNED(16, %s, f34_2_4)[4][8][2] = {\n",
TYPE_NAME);
103 printf(
"static const DECLARE_ALIGNED(16, %s, Q_fract_allpass)[2][50][3][2] = {\n",
TYPE_NAME);
106 printf(
"static const DECLARE_ALIGNED(16, %s, phi_fract)[2][50][2] = {\n",
TYPE_NAME);
static int phi_fract[2][50][2]
static int f20_0_8[8][8][2]
static int pd_re_smooth[8 *8 *8]
static int pd_im_smooth[8 *8 *8]
static int f34_0_12[12][8][2]
static int f34_2_4[4][8][2]
static int f34_1_8[8][8][2]
static void ps_tableinit(void)
static TABLE_CONST int Q_fract_allpass[2][50][3][2]
#define i(width, name, range_min, range_max)
__device__ int printf(const char *,...)
static void write_fileheader(void)
static int array[MAX_W *MAX_W]