Public Member Functions | |
| DECLARE_ALIGNED (16, DCTELEM, block)[6][64] | |
Data Fields | |
| AVCodecContext * | avctx |
| DSPContext | dsp |
| AVFrame | picture |
| GetBitContext | gb |
| ScanTable | scantable |
| int | version |
| int | qscale |
| int | last_dc [3] |
| int | mb_width |
| int | mb_height |
| int | mb_x |
| int | mb_y |
| uint8_t * | bitstream_buffer |
| unsigned int | bitstream_buffer_size |
| int | block_last_index [6] |
Definition at line 35 of file mdec.c.
| MDECContext::DECLARE_ALIGNED | ( | 16 | , | |
| DCTELEM | , | |||
| block | ||||
| ) |
Definition at line 36 of file mdec.c.
Referenced by idct_put(), mdec_common_init(), and mdec_decode_block_intra().
| uint8_t* MDECContext::bitstream_buffer |
| unsigned int MDECContext::bitstream_buffer_size |
Definition at line 37 of file mdec.c.
Referenced by decode_init(), decode_mb(), idct_put(), and mdec_common_init().
| int MDECContext::last_dc[3] |
Definition at line 44 of file mdec.c.
Referenced by decode_frame(), decode_init(), 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().
1.5.8