|
FFmpeg
4.4.6
|
#include <libavcodec/dct.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) |
| RDFTContext DCTContext::rdft |
| void(* DCTContext::dct_calc) (struct DCTContext *s, FFTSample *data) |