Lines Matching refs:FLOAT
55 static const FLOAT costab[TRI_SIZE * 2] = {
63 fht(FLOAT * fz, int n)
65 const FLOAT *tri = costab;
67 FLOAT *fi, *gi;
68 FLOAT const *fn;
74 FLOAT s1, c1;
84 FLOAT f0, f1, f2, f3;
107 FLOAT c2, s2;
113 FLOAT a, b, g0, f0, f1, g1, f2, g2, f3, g3;
193 FLOAT x_real[3][BLKSIZE_s], int chn, const sample_t *const buffer[2])
203 FLOAT *x = &x_real[b][BLKSIZE_s / 2];
207 FLOAT f0, f1, f2, f3, w;
251 FLOAT x[BLKSIZE], int chn, const sample_t *const buffer[2])
261 FLOAT f0, f1, f2, f3, w;
302 extern void fht_3DN(FLOAT * fz, int n);
303 extern void fht_SSE(FLOAT * fz, int n);