RDFTContext 260 ffplay.c RDFTContext *rdft; RDFTContext 37 libavcodec/arm/fft_init_arm.c void ff_rdft_calc_neon(struct RDFTContext *s, FFTSample *z); RDFTContext 65 libavcodec/arm/fft_init_arm.c av_cold void ff_rdft_init_arm(RDFTContext *s) RDFTContext 95 libavcodec/avfft.c RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans) RDFTContext 97 libavcodec/avfft.c RDFTContext *s = av_malloc(sizeof(*s)); RDFTContext 105 libavcodec/avfft.c void av_rdft_calc(RDFTContext *s, FFTSample *data) RDFTContext 110 libavcodec/avfft.c av_cold void av_rdft_end(RDFTContext *s) RDFTContext 152 libavcodec/avfft.c RDFTContext *rdft_context = av_rdft_init(10, DFT_R2C); RDFTContext 153 libavcodec/avfft.c RDFTContext *irdft_context = av_rdft_init(10, IDFT_C2R); RDFTContext 78 libavcodec/avfft.h typedef struct RDFTContext RDFTContext; RDFTContext 85 libavcodec/avfft.h RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans); RDFTContext 86 libavcodec/avfft.h void av_rdft_calc(RDFTContext *s, FFTSample *data); RDFTContext 87 libavcodec/avfft.h void av_rdft_end(RDFTContext *s); RDFTContext 61 libavcodec/binkaudio.c RDFTContext rdft; RDFTContext 34 libavcodec/dct.h RDFTContext rdft; RDFTContext 246 libavcodec/fft-test.c RDFTContext r; RDFTContext 160 libavcodec/qdm2.c RDFTContext rdft_ctx; RDFTContext 57 libavcodec/rdft.c static void rdft_calc_c(RDFTContext *s, FFTSample *data) RDFTContext 99 libavcodec/rdft.c av_cold int ff_rdft_init(RDFTContext *s, int nbits, enum RDFTransformType trans) RDFTContext 131 libavcodec/rdft.c av_cold void ff_rdft_end(RDFTContext *s) RDFTContext 60 libavcodec/rdft.h void (*rdft_calc)(struct RDFTContext *s, FFTSample *z); RDFTContext 68 libavcodec/rdft.h int ff_rdft_init(RDFTContext *s, int nbits, enum RDFTransformType trans); RDFTContext 69 libavcodec/rdft.h void ff_rdft_end(RDFTContext *s); RDFTContext 71 libavcodec/rdft.h void ff_rdft_init_arm(RDFTContext *s); RDFTContext 269 libavcodec/wmavoice.c RDFTContext rdft, irdft; ///< contexts for FFT-calculation in the RDFTContext 140 libavfilter/af_atempo.c RDFTContext *real_to_complex; RDFTContext 141 libavfilter/af_atempo.c RDFTContext *complex_to_real; RDFTContext 607 libavfilter/af_atempo.c RDFTContext *complex_to_real, RDFTContext 646 libavfilter/af_atempo.c RDFTContext *complex_to_real) RDFTContext 56 libavfilter/avf_showspectrum.c RDFTContext *rdft; ///< Real Discrete Fourier Transform context