mdct_calc 2568 libavcodec/aacdec_template.c ac->mdct_ltp.mdct_calc(&ac->mdct_ltp, out, in); mdct_calc 210 libavcodec/aacenc.c s->mdct1024.mdct_calc(&s->mdct1024, sce->coeffs, output); mdct_calc 213 libavcodec/aacenc.c s->mdct128.mdct_calc(&s->mdct128, &sce->coeffs[i], output + i*2); mdct_calc 669 libavcodec/aacenc.c s->mdct1024.mdct_calc(&s->mdct1024, sce->lcoeffs, sce->ret_buf); mdct_calc 46 libavcodec/aarch64/fft_init_aarch64.c s->mdct_calc = ff_mdct_calc_neon; mdct_calc 45 libavcodec/arm/fft_fixed_init_arm.c s->mdct_calc = ff_mdct_fixed_calc_neon; mdct_calc 57 libavcodec/arm/fft_init_arm.c s->mdct_calc = ff_mdct_calc_neon; mdct_calc 80 libavcodec/avfft.c s->mdct_calc(s, output, input); mdct_calc 430 libavcodec/dcaenc.c c->mdct.mdct_calc(&c->mdct, coeff, data); mdct_calc 109 libavcodec/fft.h void (*mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); mdct_calc 235 libavcodec/fft_template.c s->mdct_calc = ff_mdct_calc_c; mdct_calc 249 libavcodec/fft_template.c if (CONFIG_MDCT) s->mdct_calcw = s->mdct_calc; mdct_calc 127 libavcodec/nellymoserenc.c s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); mdct_calc 131 libavcodec/nellymoserenc.c s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); mdct_calc 246 libavcodec/tests/fft.c s->mdct_calc(s, output, input); mdct_calc 522 libavcodec/tests/fft.c mdct_calc(m, tab2, &tab1->re); mdct_calc 602 libavcodec/tests/fft.c mdct_calc(m, &tab->re, &tab1->re); mdct_calc 1019 libavcodec/vorbisenc.c venc->mdct[1].mdct_calc(&venc->mdct[1], venc->coeffs + channel * window_len, mdct_calc 121 libavcodec/wmaenc.c mdct->mdct_calc(mdct, s->coefs[ch], s->output);