FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
BlockDSPContext | bdsp |
BswapDSPContext | bbdsp |
AVFrame * | last_frame |
GetBitContext | gb |
void * | bitstream_buf |
unsigned int | bitstream_buf_size |
int16_t | block [64] |
uint16_t | quant_matrix [64] |
int | mb_x |
int | mb_y |
AVCodecContext* MadContext::avctx |
Definition at line 51 of file eamad.c.
Referenced by comp_block(), and idct_put().
BlockDSPContext MadContext::bdsp |
BswapDSPContext MadContext::bbdsp |
AVFrame* MadContext::last_frame |
Definition at line 54 of file eamad.c.
Referenced by comp_block(), and decode_end().
GetBitContext MadContext::gb |
void* MadContext::bitstream_buf |
Definition at line 56 of file eamad.c.
Referenced by decode_end().