|
FFmpeg
|
Data Fields | |
| BswapDSPContext | bdsp |
| GetBitContext | gb |
| AVFrame * | prev_frame |
| uint8_t * | bitstream |
| int | bitstream_size |
| int | changed_size |
| int | factor |
| unsigned | lo |
| unsigned | hi |
| ScanTable | intra_scantable |
| int16_t | block [6][64] |
| IDCTDSPContext | idsp |
| BswapDSPContext IMM4Context::bdsp |
Definition at line 37 of file imm4.c.
Referenced by decode_frame(), and decode_init().
| GetBitContext IMM4Context::gb |
Definition at line 38 of file imm4.c.
Referenced by decode_frame().
| AVFrame* IMM4Context::prev_frame |
Definition at line 40 of file imm4.c.
Referenced by decode_close(), decode_frame(), and decode_init().
| uint8_t* IMM4Context::bitstream |
Definition at line 41 of file imm4.c.
Referenced by decode_close(), and decode_frame().
| int IMM4Context::bitstream_size |
Definition at line 42 of file imm4.c.
Referenced by decode_close(), and decode_frame().
| int IMM4Context::changed_size |
Definition at line 44 of file imm4.c.
Referenced by decode_frame().
| int IMM4Context::factor |
Definition at line 45 of file imm4.c.
Referenced by decode_blocks(), decode_inter(), and decode_intra().
| unsigned IMM4Context::lo |
Definition at line 46 of file imm4.c.
Referenced by decode_frame(), decode_inter(), and decode_intra().
| unsigned IMM4Context::hi |
Definition at line 47 of file imm4.c.
Referenced by decode_frame(), decode_inter(), and decode_intra().
| ScanTable IMM4Context::intra_scantable |
Definition at line 49 of file imm4.c.
Referenced by decode_block(), decode_blocks(), and decode_init().
| int16_t IMM4Context::block[6][64] |
Definition at line 50 of file imm4.c.
Referenced by decode_block(), decode_blocks(), decode_inter(), and decode_intra().
| IDCTDSPContext IMM4Context::idsp |
Definition at line 51 of file imm4.c.
Referenced by decode_init(), decode_inter(), and decode_intra().
1.8.6