#include <fft.h>
Data Fields | |
int | nbits |
int | inverse |
int | sign_convention |
const FFTSample * | tcos |
SINTABLE_CONST FFTSample * | tsin |
FFTContext | fft |
void(* | rdft_calc )(struct RDFTContext *s, FFTSample *z) |
Definition at line 194 of file fft.h.
const FFTSample* RDFTContext::tcos |
SINTABLE_CONST FFTSample* RDFTContext::tsin |
Definition at line 202 of file fft.h.
Referenced by ff_rdft_calc_c(), ff_rdft_end(), and ff_rdft_init().
void(* RDFTContext::rdft_calc)(struct RDFTContext *s, FFTSample *z) |
Referenced by ff_rdft_calc(), and ff_rdft_init().