Data Fields | |
| MpegEncContext | s |
| AVFrame | frame |
| AVFrame | last_frame |
| void * | bitstream_buf |
| unsigned int | bitstream_buf_size |
| DCTELEM | block [64] |
| void* MadContext::bitstream_buf |
Definition at line 49 of file eamad.c.
Referenced by decode_end(), and decode_frame().
| unsigned int MadContext::bitstream_buf_size |
Definition at line 50 of file eamad.c.
Referenced by decode_frame().
| DCTELEM MadContext::block[64] |
Definition at line 51 of file eamad.c.
Referenced by decode_mb().
| AVFrame MadContext::frame |
Definition at line 47 of file eamad.c.
Referenced by comp_block(), decode_end(), decode_frame(), and idct_put().
| AVFrame MadContext::last_frame |
Definition at line 48 of file eamad.c.
Referenced by comp_block(), decode_end(), and decode_frame().
| MpegEncContext MadContext::s |
Definition at line 46 of file eamad.c.
Referenced by calc_intra_matrix(), comp_block(), decode_block_intra(), decode_frame(), decode_init(), decode_mb(), and idct_put().