FFmpeg
|
Data Fields | |
int * | prev_dc |
int | 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 93 of file mss3.c.
Referenced by decode_dct(), mss3_decode_end(), mss3_decode_init(), and reset_coders().
int DCTBlockCoder::prev_dc_stride |
Definition at line 94 of file mss3.c.
Referenced by decode_dct(), mss3_decode_init(), and reset_coders().
int DCTBlockCoder::prev_dc_height |
Definition at line 95 of file mss3.c.
Referenced by mss3_decode_init(), and reset_coders().
int DCTBlockCoder::quality |
Definition at line 96 of file mss3.c.
Referenced by reset_coders().
uint16_t DCTBlockCoder::qmat[64] |
Definition at line 97 of file mss3.c.
Referenced by decode_dct(), and reset_coders().
Model DCTBlockCoder::dc_model |
Definition at line 98 of file mss3.c.
Referenced by decode_dct(), init_coders(), and reset_coders().
Model2 DCTBlockCoder::sign_model |
Definition at line 99 of file mss3.c.
Referenced by decode_dct(), and reset_coders().
Model256 DCTBlockCoder::ac_model |
Definition at line 100 of file mss3.c.
Referenced by decode_dct(), init_coders(), and reset_coders().