FFmpeg  3.4.2
Data Fields
CLVContext Struct Reference

Data Fields

AVCodecContextavctx
 
IDCTDSPContext idsp
 
AVFramepic
 
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]
 

Detailed Description

Definition at line 122 of file clearvideo.c.

Field Documentation

◆ avctx

AVCodecContext* CLVContext::avctx

Definition at line 123 of file clearvideo.c.

Referenced by clv_decode_init().

◆ idsp

IDCTDSPContext CLVContext::idsp

Definition at line 124 of file clearvideo.c.

Referenced by clv_decode_init(), and decode_mb().

◆ pic

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().

◆ gb

GetBitContext CLVContext::gb

Definition at line 126 of file clearvideo.c.

Referenced by clv_decode_frame(), decode_block(), and decode_mb().

◆ mb_width

int CLVContext::mb_width

Definition at line 127 of file clearvideo.c.

Referenced by clv_decode_frame(), and clv_decode_init().

◆ mb_height

int CLVContext::mb_height

Definition at line 127 of file clearvideo.c.

Referenced by clv_decode_frame(), and clv_decode_init().

◆ dc_vlc

VLC CLVContext::dc_vlc

Definition at line 128 of file clearvideo.c.

Referenced by clv_decode_end(), clv_decode_init(), and decode_block().

◆ ac_vlc

VLC CLVContext::ac_vlc

Definition at line 128 of file clearvideo.c.

Referenced by clv_decode_end(), clv_decode_init(), and decode_block().

◆ luma_dc_quant

int CLVContext::luma_dc_quant

Definition at line 129 of file clearvideo.c.

Referenced by clv_decode_frame(), and decode_mb().

◆ chroma_dc_quant

int CLVContext::chroma_dc_quant

Definition at line 129 of file clearvideo.c.

Referenced by clv_decode_frame(), and decode_mb().

◆ ac_quant

int CLVContext::ac_quant

Definition at line 129 of file clearvideo.c.

Referenced by clv_decode_frame(), and decode_mb().

◆ block

int16_t CLVContext::block[64]

Definition at line 130 of file clearvideo.c.

Referenced by clv_dct(), and decode_mb().

◆ top_dc

int CLVContext::top_dc[3]

Definition at line 131 of file clearvideo.c.

Referenced by clv_decode_frame(), and decode_mb().

◆ left_dc

int CLVContext::left_dc[4]

Definition at line 131 of file clearvideo.c.

Referenced by clv_decode_frame(), and decode_mb().


The documentation for this struct was generated from the following file: