#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 190 of file fft.h.
Definition at line 198 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().
const FFTSample* RDFTContext::tcos |
SINTABLE_CONST FFTSample* RDFTContext::tsin |