#include <fft.h>
Data Fields | |
| int | nbits |
| int | inverse |
| RDFTContext | rdft |
| const float * | costab |
| FFTSample * | csc2 |
| void(* | dct_calc )(struct DCTContext *s, FFTSample *data) |
| void(* | dct32 )(FFTSample *out, const FFTSample *in) |
Definition at line 222 of file fft.h.
Definition at line 223 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 225 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().
| const float* DCTContext::costab |
Definition at line 227 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().
| void(* DCTContext::dct32)(FFTSample *out, const FFTSample *in) |
Referenced by dct32_func(), and ff_dct_init().
1.5.6