Lines Matching defs:mdct
43 MDCT15Context *mdct[CELT_BLOCK_NB];
192 /* Create the window and do the mdct */
207 s->mdct[0]->mdct(s->mdct[0], b->coeffs + t, win, f->blocks);
229 s->mdct[f->size]->mdct(s->mdct[f->size], b->coeffs, win, 1);
615 ff_mdct15_uninit(&s->mdct[i]);
672 if ((ret = ff_mdct15_init(&s->mdct[i], 0, i + 3, 68 << (CELT_BLOCK_NB - 1 - i))))