|
FFmpeg
|
#include <rdft.h>
Data Fields | |
| int | nbits |
| int | inverse |
| int | sign_convention |
| const FFTSample * | tcos |
| const FFTSample * | tsin |
| int | negative_sin |
| FFTContext | fft |
| void(* | rdft_calc )(struct RDFTContext *s, FFTSample *z) |
| FFTContext RDFTContext::fft |
| void(* RDFTContext::rdft_calc) (struct RDFTContext *s, FFTSample *z) |
Definition at line 38 of file rdft.h.
Referenced by qdm2_calculate_fft().
1.8.17