Lines Matching refs:mdct
38 #include "mdct.h"
322 clt_mdct_backward(&mode->mdct, &freq2[b], out_syn[0]+NB*b, mode->window, overlap, shift, B, arch);
324 clt_mdct_backward(&mode->mdct, &freq[b], out_syn[1]+NB*b, mode->window, overlap, shift, B, arch);
338 clt_mdct_backward(&mode->mdct, &freq[b], out_syn[0]+NB*b, mode->window, overlap, shift, B, arch);
345 clt_mdct_backward(&mode->mdct, &freq[b], out_syn[c]+NB*b, mode->window, overlap, shift, B, arch);
613 /* We need to extrapolate enough samples to cover a complete MDCT
688 /* Apply the pre-filter to the MDCT overlap for the next frame because
689 the post-filter will be re-applied in the decoder after the MDCT
697 MDCT of the next frame. */