| FFmpeg
    4.0
    | 
| Data Fields | |
| AVCodecContext * | avctx | 
| BlockDSPContext | bdsp | 
| BswapDSPContext | bbdsp | 
| IDCTDSPContext | idsp | 
| ThreadFrame | frame | 
| GetBitContext | gb | 
| ScanTable | scantable | 
| int | version | 
| int | qscale | 
| int | last_dc [3] | 
| int | mb_width | 
| int | mb_height | 
| int | mb_x | 
| int | mb_y | 
| int16_t | block [6][64] | 
| uint16_t | quant_matrix [64] | 
| uint8_t * | bitstream_buffer | 
| unsigned int | bitstream_buffer_size | 
| int | block_last_index [6] | 
| AVCodecContext* MDECContext::avctx | 
Definition at line 38 of file mdec.c.
Referenced by decode_init(), idct_put(), and mdec_decode_block_intra().
| BlockDSPContext MDECContext::bdsp | 
Definition at line 39 of file mdec.c.
Referenced by decode_init(), and decode_mb().
| BswapDSPContext MDECContext::bbdsp | 
Definition at line 40 of file mdec.c.
Referenced by decode_frame(), and decode_init().
| IDCTDSPContext MDECContext::idsp | 
Definition at line 41 of file mdec.c.
Referenced by decode_init(), and idct_put().
| ThreadFrame MDECContext::frame | 
Definition at line 42 of file mdec.c.
Referenced by decode_frame().
| GetBitContext MDECContext::gb | 
Definition at line 43 of file mdec.c.
Referenced by decode_frame(), decode_mb(), and mdec_decode_block_intra().
| ScanTable MDECContext::scantable | 
Definition at line 44 of file mdec.c.
Referenced by decode_init(), and mdec_decode_block_intra().
| int MDECContext::version | 
Definition at line 45 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
| int MDECContext::qscale | 
Definition at line 46 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
| int MDECContext::last_dc[3] | 
Definition at line 47 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
| int MDECContext::mb_width | 
Definition at line 48 of file mdec.c.
Referenced by decode_frame(), and decode_init().
| int MDECContext::mb_height | 
Definition at line 49 of file mdec.c.
Referenced by decode_frame(), and decode_init().
| int MDECContext::mb_x | 
Definition at line 50 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
| int MDECContext::mb_y | 
Definition at line 50 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
| int16_t MDECContext::block[6][64] | 
Definition at line 51 of file mdec.c.
Referenced by decode_frame(), and idct_put().
| uint16_t MDECContext::quant_matrix[64] | 
Definition at line 52 of file mdec.c.
Referenced by decode_init(), and mdec_decode_block_intra().
| uint8_t* MDECContext::bitstream_buffer | 
Definition at line 53 of file mdec.c.
Referenced by decode_end(), and decode_frame().
| unsigned int MDECContext::bitstream_buffer_size | 
Definition at line 54 of file mdec.c.
Referenced by decode_end(), and decode_frame().
| int MDECContext::block_last_index[6] | 
Definition at line 55 of file mdec.c.
Referenced by mdec_decode_block_intra().
 1.8.13
 1.8.13