#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 193 of file fft.h.
| const FFTSample* RDFTContext::tcos |
| SINTABLE_CONST FFTSample* RDFTContext::tsin |
Definition at line 201 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(), ff_rdft_init(), and ff_rdft_init_arm().
1.5.6