FFmpeg
|
Public Member Functions | |
DECLARE_ALIGNED (16, int16_t, block)[6][64] | |
Data Fields | |
AVCodecContext * | avctx |
DSPContext | dsp |
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 |
uint8_t * | bitstream_buffer |
unsigned int | bitstream_buffer_size |
int | block_last_index [6] |
Detailed Description
Member Function Documentation
MDECContext::DECLARE_ALIGNED | ( | 16 | , |
int16_t | , | ||
block | |||
) |
Field Documentation
AVCodecContext* MDECContext::avctx |
Definition at line 36 of file mdec.c.
Referenced by decode_init(), decode_init_thread_copy(), idct_put(), and mdec_decode_block_intra().
uint8_t* MDECContext::bitstream_buffer |
Definition at line 48 of file mdec.c.
Referenced by decode_end(), and decode_frame().
unsigned int MDECContext::bitstream_buffer_size |
Definition at line 49 of file mdec.c.
Referenced by decode_end(), and decode_frame().
int MDECContext::block_last_index[6] |
Definition at line 50 of file mdec.c.
Referenced by mdec_decode_block_intra().
DSPContext MDECContext::dsp |
Definition at line 37 of file mdec.c.
Referenced by decode_init(), decode_mb(), and idct_put().
ThreadFrame MDECContext::frame |
Definition at line 38 of file mdec.c.
Referenced by decode_frame().
GetBitContext MDECContext::gb |
Definition at line 39 of file mdec.c.
Referenced by decode_frame(), decode_mb(), and mdec_decode_block_intra().
int MDECContext::last_dc[3] |
Definition at line 43 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
int MDECContext::mb_height |
Definition at line 45 of file mdec.c.
Referenced by decode_frame(), and decode_init().
int MDECContext::mb_width |
Definition at line 44 of file mdec.c.
Referenced by decode_frame(), and decode_init().
int MDECContext::mb_x |
Definition at line 46 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
int MDECContext::mb_y |
Definition at line 46 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
int MDECContext::qscale |
Definition at line 42 of file mdec.c.
Referenced by decode_frame(), and mdec_decode_block_intra().
ScanTable MDECContext::scantable |
Definition at line 40 of file mdec.c.
Referenced by decode_init(), and mdec_decode_block_intra().
int MDECContext::version |
Definition at line 41 of file mdec.c.
Referenced by 7digital-python.lockerEndpoint.Track::__init__(), 7digital-python.lib.oauth.OAuthServer::_get_version(), decode_frame(), and mdec_decode_block_intra().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11