Lines Matching refs:FLOAT
42 static const FLOAT enwindow[] = {
233 static const FLOAT win[4][NL] = {
431 window_subband(const sample_t * x1, FLOAT a[SBLIMIT])
434 FLOAT const *wp = enwindow + 10;
439 FLOAT w, s, t;
492 * this multiplyer could be removed, but it needs more 256 FLOAT data.
505 FLOAT s, t, u, v;
535 FLOAT xr;
833 mdct_short(FLOAT * inout)
837 FLOAT tc0, tc1, tc2, ts0, ts1, ts2;
870 mdct_long(FLOAT * out, FLOAT const *in)
872 FLOAT ct, st;
874 FLOAT tc1, tc2, tc3, tc4, ts5, ts6, ts7, ts8;
908 FLOAT ts1, ts2, ts3, ts4, tc5, tc6, tc7, tc8;
958 FLOAT *mdct_enc = gi->xr;
959 FLOAT *samp = esv->sb_sample[ch][1 - gr][0];
980 FLOAT const *const band0 = esv->sb_sample[ch][gr][0] + order[band];
981 FLOAT *const band1 = esv->sb_sample[ch][1 - gr][0] + order[band];
985 memset(mdct_enc, 0, 18 * sizeof(FLOAT));
994 FLOAT const w = win[SHORT_TYPE][k + 3];
1005 FLOAT work[18];
1007 FLOAT a, b;
1024 FLOAT bu, bd;
1036 memcpy(esv->sb_sample[ch][0], esv->sb_sample[ch][1], 576 * sizeof(FLOAT));