FFmpeg
4.0
|
Data Fields | |
AVCodecContext * | avctx |
IDCTDSPContext | idsp |
AVFrame * | pic |
AVFrame * | prev |
GetBitContext | gb |
int | mb_width |
int | mb_height |
int | pmb_width |
int | pmb_height |
MVInfo | mvi |
int | tile_size |
int | tile_shift |
VLC | dc_vlc |
VLC | ac_vlc |
LevelCodes | ylev [4] |
LevelCodes | ulev [3] |
LevelCodes | vlev [3] |
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 65 of file clearvideo.c.
AVCodecContext* CLVContext::avctx |
Definition at line 66 of file clearvideo.c.
Referenced by clv_decode_init().
IDCTDSPContext CLVContext::idsp |
Definition at line 67 of file clearvideo.c.
Referenced by clv_decode_init(), and decode_mb().
AVFrame* CLVContext::pic |
Definition at line 68 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_frame(), clv_decode_init(), and decode_mb().
AVFrame* CLVContext::prev |
Definition at line 69 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_frame(), and clv_decode_init().
GetBitContext CLVContext::gb |
Definition at line 70 of file clearvideo.c.
Referenced by clv_decode_frame(), decode_block(), and decode_mb().
int CLVContext::mb_width |
Definition at line 71 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
int CLVContext::mb_height |
Definition at line 71 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
int CLVContext::pmb_width |
Definition at line 72 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
int CLVContext::pmb_height |
Definition at line 72 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
MVInfo CLVContext::mvi |
Definition at line 73 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_frame(), and clv_decode_init().
int CLVContext::tile_size |
Definition at line 74 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
int CLVContext::tile_shift |
Definition at line 75 of file clearvideo.c.
Referenced by clv_decode_frame(), and clv_decode_init().
VLC CLVContext::dc_vlc |
Definition at line 76 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_init(), and decode_block().
VLC CLVContext::ac_vlc |
Definition at line 76 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_init(), and decode_block().
LevelCodes CLVContext::ylev[4] |
Definition at line 77 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_frame(), and clv_decode_init().
LevelCodes CLVContext::ulev[3] |
Definition at line 77 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_frame(), and clv_decode_init().
LevelCodes CLVContext::vlev[3] |
Definition at line 77 of file clearvideo.c.
Referenced by clv_decode_end(), clv_decode_frame(), and clv_decode_init().
int CLVContext::luma_dc_quant |
Definition at line 78 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int CLVContext::chroma_dc_quant |
Definition at line 78 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int CLVContext::ac_quant |
Definition at line 78 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int16_t CLVContext::block[64] |
Definition at line 79 of file clearvideo.c.
Referenced by decode_mb().
int CLVContext::top_dc[3] |
Definition at line 80 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().
int CLVContext::left_dc[4] |
Definition at line 80 of file clearvideo.c.
Referenced by clv_decode_frame(), and decode_mb().