FFmpeg
|
Public Member Functions | |
DECLARE_ALIGNED (16, int16_t, block)[6][64] | |
Data Fields | |
AVCodecContext * | avctx |
DSPContext | dsp |
AVFrame * | current_picture |
AVFrame * | last_picture |
GetBitContext | pre_gb |
ac/dc prefix More... | |
GetBitContext | gb |
GetByteContext | g |
GetByteContext | g2 |
int | mv [256] |
VLC | pre_vlc |
int | last_dc |
void * | bitstream_buffer |
unsigned int | bitstream_buffer_size |
int | version |
CFrameBuffer | cfrm [CFRAME_BUFFER_COUNT] |
Detailed Description
Definition at line 131 of file libavcodec/4xm.c.
Member Function Documentation
FourXContext::DECLARE_ALIGNED | ( | 16 | , |
int16_t | , | ||
block | |||
) |
Field Documentation
AVCodecContext* FourXContext::avctx |
Definition at line 132 of file libavcodec/4xm.c.
Referenced by decode_frame(), decode_i2_frame(), decode_i_block(), decode_i_frame(), decode_init(), decode_p_block(), decode_p_frame(), idct_put(), and read_huffman_tables().
void* FourXContext::bitstream_buffer |
Definition at line 143 of file libavcodec/4xm.c.
Referenced by decode_end(), decode_i_frame(), and decode_p_frame().
unsigned int FourXContext::bitstream_buffer_size |
Definition at line 144 of file libavcodec/4xm.c.
Referenced by decode_end(), decode_i_frame(), and decode_p_frame().
CFrameBuffer FourXContext::cfrm[CFRAME_BUFFER_COUNT] |
Definition at line 146 of file libavcodec/4xm.c.
Referenced by decode_end(), and decode_frame().
AVFrame* FourXContext::current_picture |
Definition at line 134 of file libavcodec/4xm.c.
Referenced by decode_end(), decode_frame(), and decode_init().
DSPContext FourXContext::dsp |
Definition at line 133 of file libavcodec/4xm.c.
Referenced by decode_i_frame(), decode_i_mb(), decode_init(), and decode_p_frame().
GetByteContext FourXContext::g |
Definition at line 137 of file libavcodec/4xm.c.
Referenced by decode_p_block(), and decode_p_frame().
GetByteContext FourXContext::g2 |
Definition at line 138 of file libavcodec/4xm.c.
Referenced by decode_p_block(), and decode_p_frame().
GetBitContext FourXContext::gb |
Definition at line 136 of file libavcodec/4xm.c.
Referenced by decode_i_block(), decode_i_frame(), decode_p_block(), and decode_p_frame().
int FourXContext::last_dc |
Definition at line 141 of file libavcodec/4xm.c.
Referenced by decode_i_block(), and decode_i_frame().
AVFrame * FourXContext::last_picture |
Definition at line 134 of file libavcodec/4xm.c.
Referenced by decode_end(), decode_frame(), decode_init(), decode_p_block(), and decode_p_frame().
int FourXContext::mv[256] |
Definition at line 139 of file libavcodec/4xm.c.
Referenced by decode_p_block(), and init_mv().
GetBitContext FourXContext::pre_gb |
ac/dc prefix
Definition at line 135 of file libavcodec/4xm.c.
Referenced by decode_i_block(), and decode_i_frame().
VLC FourXContext::pre_vlc |
Definition at line 140 of file libavcodec/4xm.c.
Referenced by decode_end(), decode_i_block(), decode_i_frame(), and read_huffman_tables().
int FourXContext::version |
Definition at line 145 of file libavcodec/4xm.c.
Referenced by 7digital-python.lockerEndpoint.Track::__init__(), 7digital-python.lib.oauth.OAuthServer::_get_version(), decode_frame(), decode_init(), decode_p_block(), decode_p_frame(), and init_mv().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11