Lines Matching refs:INTFLOAT
78 DECLARE_ALIGNED(16, INTFLOAT, RENAME(ff_mdct_win))[8][MDCT_BUF_SIZE];
96 INTFLOAT tmp;\
203 INTFLOAT v;
248 static const INTFLOAT icos36[9] = {
261 static const INTFLOAT icos36h[9] = {
274 static void imdct36(INTFLOAT *out, INTFLOAT *buf, SUINTFLOAT *in, INTFLOAT *win)
354 void RENAME(ff_imdct36_blocks)(INTFLOAT *out, INTFLOAT *buf, INTFLOAT *in,
363 INTFLOAT *win = RENAME(ff_mdct_win)[win_idx + (4 & -(j & 1))];