FFmpeg
|
Data Fields | |
int * | prev_dc |
ptrdiff_t | prev_dc_stride |
int | prev_dc_height |
int | quality |
uint16_t | qmat [64] |
Model | dc_model |
Model2 | sign_model |
Model256 | ac_model |
int* DCTBlockCoder::prev_dc |
Definition at line 94 of file mss3.c.
Referenced by decode_dct().
ptrdiff_t DCTBlockCoder::prev_dc_stride |
Definition at line 95 of file mss3.c.
Referenced by decode_dct().
uint16_t DCTBlockCoder::qmat[64] |
Definition at line 98 of file mss3.c.
Referenced by decode_dct().
Model DCTBlockCoder::dc_model |
Definition at line 99 of file mss3.c.
Referenced by decode_dct().
Model2 DCTBlockCoder::sign_model |
Definition at line 100 of file mss3.c.
Referenced by decode_dct().
Model256 DCTBlockCoder::ac_model |
Definition at line 101 of file mss3.c.
Referenced by decode_dct().