Home
last modified time | relevance | path

Searched refs:rdft_calc (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddct.c61 ctx->rdft.rdft_calc(&ctx->rdft, data); in dst_calc_I_c()
95 ctx->rdft.rdft_calc(&ctx->rdft, data); in dct_calc_I_c()
123 ctx->rdft.rdft_calc(&ctx->rdft, data); in dct_calc_III_c()
154 ctx->rdft.rdft_calc(&ctx->rdft, data); in dct_calc_II_c()
Drdft.h38 void (*rdft_calc)(struct RDFTContext *s, FFTSample *z); member
Davfft.c107 s->rdft_calc(s, data); in av_rdft_calc()
Drdft.c107 s->rdft_calc = rdft_calc_c; in ff_rdft_init()
Dwmavoice.c614 s->rdft.rdft_calc(&s->rdft, lpcs); in calc_input_response()
681 s->irdft.rdft_calc(&s->irdft, coeffs); in calc_input_response()
752 s->rdft.rdft_calc(&s->rdft, synth_pf); in wiener_denoise()
753 s->rdft.rdft_calc(&s->rdft, coeffs); in wiener_denoise()
761 s->irdft.rdft_calc(&s->irdft, synth_pf); in wiener_denoise()
Dbinkaudio.c251 s->trans.rdft.rdft_calc(&s->trans.rdft, coeffs); in decode_block()
Dqdm2.c1551 q->rdft_ctx.rdft_calc(&q->rdft_ctx, (FFTSample *)q->fft.complex[channel]); in qdm2_calculate_fft()
/third_party/ffmpeg/libavcodec/arm/
Drdft_init_arm.c32 s->rdft_calc = ff_rdft_calc_neon; in ff_rdft_init_arm()
/third_party/ffmpeg/libavcodec/tests/
Dfft.c314 static inline void rdft_calc(RDFTContext *r, FFTSample *tab) in rdft_calc() function
319 r->rdft_calc(r, tab); in rdft_calc()
551 rdft_calc(r, tab2); in main()
563 rdft_calc(r, tab2); in main()
611 rdft_calc(r, tab2); in main()