#include <fft.h>
Data Fields | |
| int | nbits |
| int | inverse |
| RDFTContext | rdft |
| const float * | costab |
| FFTSample * | csc2 |
| void(* | dct_calc )(struct DCTContext *s, FFTSample *data) |
Definition at line 219 of file fft.h.
| const float* DCTContext::costab |
Definition at line 224 of file fft.h.
Referenced by ff_dct_calc_III_c(), ff_dct_end(), and ff_dct_init().
| void(* DCTContext::dct_calc)(struct DCTContext *s, FFTSample *data) |
Referenced by ff_dct_calc(), and ff_dct_init().
Definition at line 220 of file fft.h.
Referenced by ff_dct_calc_I_c(), ff_dct_calc_II_c(), ff_dct_calc_III_c(), ff_dct_init(), and ff_dst_calc_I_c().
Definition at line 222 of file fft.h.
Referenced by ff_dct_calc_I_c(), ff_dct_calc_II_c(), ff_dct_calc_III_c(), ff_dct_end(), ff_dct_init(), and ff_dst_calc_I_c().
1.5.8