Home
last modified time | relevance | path

Searched refs:mdct_calc (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
Dfft.c238 static inline void mdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input) in mdct_calc() function
243 s->mdct_calc(s, output, input); in mdct_calc()
519 mdct_calc(m, tab2, &tab1->re); in main()
599 mdct_calc(m, &tab->re, &tab1->re); in main()
/third_party/ffmpeg/libavcodec/aarch64/
Dfft_init_aarch64.c46 s->mdct_calc = ff_mdct_calc_neon; in ff_fft_init_aarch64()
/third_party/ffmpeg/libavcodec/arm/
Dfft_init_arm.c57 s->mdct_calc = ff_mdct_calc_neon; in ff_fft_init_arm()
/third_party/ffmpeg/libavcodec/
Davfft.c80 s->mdct_calc(s, output, input); in av_mdct_calc()
Dfft.h96 void (*mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); member
Dnellymoserenc.c129 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out, s->in_buff); in apply_mdct()
133 s->mdct_ctx.mdct_calc(&s->mdct_ctx, s->mdct_out + NELLY_BUF_LEN, s->in_buff); in apply_mdct()
Dac3enc_template.c101 s->mdct.mdct_calc(&s->mdct, block->mdct_coef[ch+1], in apply_mdct()
Daacenc.c210 s->mdct1024.mdct_calc(&s->mdct1024, sce->coeffs, output); in apply_window_and_mdct()
213 s->mdct128.mdct_calc(&s->mdct128, &sce->coeffs[i], output + i*2); in apply_window_and_mdct()
669 s->mdct1024.mdct_calc(&s->mdct1024, sce->lcoeffs, sce->ret_buf); in aac_encode_frame()
Dwmaenc.c128 mdct->mdct_calc(mdct, s->coefs[ch], s->output); in apply_window_and_mdct()
Dfft_template.c226 s->mdct_calc = ff_mdct_calc_c; in ff_fft_init()
Ddcaenc.c437 c->mdct.mdct_calc(&c->mdct, coeff, data); in calc_power()
Dvorbisenc.c1024 venc->mdct[1].mdct_calc(&venc->mdct[1], venc->coeffs + channel * window_len, in apply_window_and_mdct()
Daacdec_template.c2687 ac->mdct_ltp.mdct_calc(&ac->mdct_ltp, out, in);