RDFTContext       268 fftools/ffplay.c     RDFTContext *rdft;
RDFTContext        25 libavcodec/arm/rdft_init_arm.c void ff_rdft_calc_neon(struct RDFTContext *s, FFTSample *z);
RDFTContext        27 libavcodec/arm/rdft_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        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        63 libavcodec/binkaudio.c         RDFTContext rdft;
RDFTContext        35 libavcodec/dct.h     RDFTContext rdft;
RDFTContext       162 libavcodec/qdm2.c     RDFTContext rdft_ctx;
RDFTContext        35 libavcodec/rdft.c static void rdft_calc_c(RDFTContext *s, FFTSample *data)
RDFTContext        88 libavcodec/rdft.c av_cold int ff_rdft_init(RDFTContext *s, int nbits, enum RDFTransformType trans)
RDFTContext       114 libavcodec/rdft.c av_cold void ff_rdft_end(RDFTContext *s)
RDFTContext        38 libavcodec/rdft.h     void (*rdft_calc)(struct RDFTContext *s, FFTSample *z);
RDFTContext        46 libavcodec/rdft.h int ff_rdft_init(RDFTContext *s, int nbits, enum RDFTransformType trans);
RDFTContext        47 libavcodec/rdft.h void ff_rdft_end(RDFTContext *s);
RDFTContext        49 libavcodec/rdft.h void ff_rdft_init_arm(RDFTContext *s);
RDFTContext       296 libavcodec/tests/fft.c static inline void rdft_init(RDFTContext **r, int nbits, enum RDFTransformType trans)
RDFTContext       314 libavcodec/tests/fft.c static inline void rdft_calc(RDFTContext *r, FFTSample *tab)
RDFTContext       332 libavcodec/tests/fft.c static inline void rdft_end(RDFTContext *r)
RDFTContext       383 libavcodec/tests/fft.c     RDFTContext *r;
RDFTContext       265 libavcodec/wmavoice.c     RDFTContext rdft, irdft;      ///< contexts for FFT-calculation in the
RDFTContext        53 libavfilter/af_afir.h     RDFTContext **rdft, **irdft;
RDFTContext       143 libavfilter/af_atempo.c     RDFTContext *real_to_complex;
RDFTContext       144 libavfilter/af_atempo.c     RDFTContext *complex_to_real;
RDFTContext       602 libavfilter/af_atempo.c                                RDFTContext *complex_to_real,
RDFTContext       641 libavfilter/af_atempo.c                      RDFTContext *complex_to_real)
RDFTContext        68 libavfilter/af_firequalizer.c     RDFTContext   *analysis_rdft;
RDFTContext        69 libavfilter/af_firequalizer.c     RDFTContext   *analysis_irdft;
RDFTContext        70 libavfilter/af_firequalizer.c     RDFTContext   *rdft;
RDFTContext        71 libavfilter/af_firequalizer.c     RDFTContext   *irdft;
RDFTContext        73 libavfilter/af_firequalizer.c     RDFTContext   *cepstrum_rdft;
RDFTContext        74 libavfilter/af_firequalizer.c     RDFTContext   *cepstrum_irdft;
RDFTContext        53 libavfilter/af_superequalizer.c     RDFTContext *rdft, *irdft;
RDFTContext       107 libavfilter/af_surround.c     RDFTContext **rdft, **irdft;
RDFTContext        43 libavfilter/asrc_sinc.c     RDFTContext *rdft, *irdft;
RDFTContext        52 libavfilter/vf_fftfilt.c     RDFTContext *hrdft[MAX_PLANES];
RDFTContext        53 libavfilter/vf_fftfilt.c     RDFTContext *vrdft[MAX_PLANES];
RDFTContext        54 libavfilter/vf_fftfilt.c     RDFTContext *ihrdft[MAX_PLANES];
RDFTContext        55 libavfilter/vf_fftfilt.c     RDFTContext *ivrdft[MAX_PLANES];