
Data Fields | |
| AVCodecContext * | avctx |
| DSPContext | dsp |
| AVFrame | picture |
| PutBitContext | pb |
| GetBitContext | gb |
| ScanTable | scantable |
| int | version |
| int | qscale |
| int | last_dc [3] |
| int | mb_width |
| int | mb_height |
| int | mb_x |
| int | mb_y |
| DCTELEM __align8 | block [6][64] |
| uint16_t __align8 | intra_matrix [64] |
| int __align8 | q_intra_matrix [64] |
| uint8_t * | bitstream_buffer |
| int | bitstream_buffer_size |
| int | block_last_index [6] |
Definition at line 35 of file mdec.c.
Definition at line 36 of file mdec.c.
Referenced by idct_put(), mdec_common_init(), and mdec_decode_block_intra().
Definition at line 37 of file mdec.c.
Referenced by decode_init(), decode_mb(), idct_put(), and mdec_common_init().
Definition at line 38 of file mdec.c.
Referenced by decode_end(), decode_frame(), decode_init(), idct_put(), and mdec_common_init().
| int MDECContext::last_dc[3] |
Definition at line 45 of file mdec.c.
Referenced by decode_frame(), decode_init(), and mdec_common_init().
Definition at line 46 of file mdec.c.
Referenced by decode_frame(), decode_init(), and mdec_common_init().
| DCTELEM __align8 MDECContext::block[6][64] |
| uint16_t __align8 MDECContext::intra_matrix[64] |
| int __align8 MDECContext::q_intra_matrix[64] |
| uint8_t* MDECContext::bitstream_buffer |
1.5.5