| 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 | 
Detailed Description
Field Documentation
| Model256 DCTBlockCoder::ac_model | 
Definition at line 100 of file mss3.c.
Referenced by decode_dct(), init_coders(), and reset_coders().
| Model DCTBlockCoder::dc_model | 
Definition at line 98 of file mss3.c.
Referenced by decode_dct(), init_coders(), and reset_coders().
| 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_height | 
Definition at line 95 of file mss3.c.
Referenced by 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().
| uint16_t DCTBlockCoder::qmat[64] | 
Definition at line 97 of file mss3.c.
Referenced by decode_dct(), and reset_coders().
| int DCTBlockCoder::quality | 
Definition at line 96 of file mss3.c.
Referenced by reset_coders().
| Model2 DCTBlockCoder::sign_model | 
Definition at line 99 of file mss3.c.
Referenced by decode_dct(), and reset_coders().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11