FFmpeg
|
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 |
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 62 of file clearvideo.c.
AVCodecContext* CLVContext::avctx |
Definition at line 63 of file clearvideo.c.
IDCTDSPContext CLVContext::idsp |
Definition at line 64 of file clearvideo.c.
AVFrame* CLVContext::pic |
Definition at line 65 of file clearvideo.c.
AVFrame* CLVContext::prev |
Definition at line 66 of file clearvideo.c.
GetBitContext CLVContext::gb |
Definition at line 67 of file clearvideo.c.
int CLVContext::mb_width |
Definition at line 68 of file clearvideo.c.
int CLVContext::mb_height |
Definition at line 68 of file clearvideo.c.
int CLVContext::pmb_width |
Definition at line 69 of file clearvideo.c.
int CLVContext::pmb_height |
Definition at line 69 of file clearvideo.c.
MVInfo CLVContext::mvi |
Definition at line 70 of file clearvideo.c.
int CLVContext::tile_size |
Definition at line 71 of file clearvideo.c.
int CLVContext::tile_shift |
Definition at line 72 of file clearvideo.c.
int CLVContext::luma_dc_quant |
Definition at line 73 of file clearvideo.c.
int CLVContext::chroma_dc_quant |
Definition at line 73 of file clearvideo.c.
int CLVContext::ac_quant |
Definition at line 73 of file clearvideo.c.
int16_t CLVContext::block[64] |
Definition at line 74 of file clearvideo.c.
int CLVContext::top_dc[3] |
Definition at line 75 of file clearvideo.c.
int CLVContext::left_dc[4] |
Definition at line 75 of file clearvideo.c.