Searched refs:mdct128 (Results 1 – 2 of 2) sorted by relevance
210 s->mdct128.mdct_calc(&s->mdct128, &sce->coeffs[i], output + i*2); in apply_window_and_mdct()904 ff_mdct_end(&s->mdct128); in aac_encode_end()929 if ((ret = ff_mdct_init(&s->mdct128, 8, 0, 32768.0)) < 0) in dsp_init()
383 FFTContext mdct128; ///< short (128 samples) frame transform context member