FFmpeg
Data Fields
CLVContext Struct Reference

Data Fields

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

Detailed Description

Definition at line 68 of file clearvideo.c.

Field Documentation

◆ avctx

AVCodecContext* CLVContext::avctx

Definition at line 69 of file clearvideo.c.

◆ idsp

IDCTDSPContext CLVContext::idsp

Definition at line 70 of file clearvideo.c.

◆ pic

AVFrame* CLVContext::pic

Definition at line 71 of file clearvideo.c.

◆ prev

AVFrame* CLVContext::prev

Definition at line 72 of file clearvideo.c.

◆ gb

GetBitContext CLVContext::gb

Definition at line 73 of file clearvideo.c.

◆ mb_width

int CLVContext::mb_width

Definition at line 74 of file clearvideo.c.

◆ mb_height

int CLVContext::mb_height

Definition at line 74 of file clearvideo.c.

◆ pmb_width

int CLVContext::pmb_width

Definition at line 75 of file clearvideo.c.

◆ pmb_height

int CLVContext::pmb_height

Definition at line 75 of file clearvideo.c.

◆ mvi

MVInfo CLVContext::mvi

Definition at line 76 of file clearvideo.c.

◆ tile_size

int CLVContext::tile_size

Definition at line 77 of file clearvideo.c.

◆ tile_shift

int CLVContext::tile_shift

Definition at line 78 of file clearvideo.c.

◆ luma_dc_quant

int CLVContext::luma_dc_quant

Definition at line 79 of file clearvideo.c.

◆ chroma_dc_quant

int CLVContext::chroma_dc_quant

Definition at line 79 of file clearvideo.c.

◆ ac_quant

int CLVContext::ac_quant

Definition at line 79 of file clearvideo.c.

◆ block

int16_t CLVContext::block[64]

Definition at line 80 of file clearvideo.c.

◆ top_dc

int CLVContext::top_dc[3]

Definition at line 81 of file clearvideo.c.

◆ left_dc

int CLVContext::left_dc[4]

Definition at line 81 of file clearvideo.c.


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