FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
IDCTDSPContext | idsp |
AVFrame * | pic |
GetBitContext | gb |
int | mb_width |
int | mb_height |
VLC | dc_vlc |
VLC | ac_vlc |
int | luma_dc_quant |
int | chroma_dc_quant |
int | ac_quant |
int16_t | block [64] |
int | top_dc [3] |
int | left_dc [4] |
Definition at line 122 of file clearvideo.c.
AVCodecContext* CLVContext::avctx |
Definition at line 123 of file clearvideo.c.
Referenced by clv_decode_init().
IDCTDSPContext CLVContext::idsp |
Definition at line 124 of file clearvideo.c.
Referenced by clv_decode_init(), and decode_mb().
AVFrame* CLVContext::pic |
Definition at line 125 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_frame(), clv_decode_init(), and decode_mb().
GetBitContext CLVContext::gb |
Definition at line 126 of file clearvideo.c.
Referenced by clv_decode_frame(), decode_block(), and decode_mb().
int CLVContext::mb_width |
Definition at line 127 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
int CLVContext::mb_height |
Definition at line 127 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
VLC CLVContext::dc_vlc |
Definition at line 128 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_init(), and decode_block().
VLC CLVContext::ac_vlc |
Definition at line 128 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_init(), and decode_block().
int CLVContext::luma_dc_quant |
Definition at line 129 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int CLVContext::chroma_dc_quant |
Definition at line 129 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int CLVContext::ac_quant |
Definition at line 129 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int16_t CLVContext::block[64] |
Definition at line 130 of file clearvideo.c.
Referenced by decode_mb().
int CLVContext::top_dc[3] |
Definition at line 131 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int CLVContext::left_dc[4] |
Definition at line 131 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().