Libav
Data Fields
TSCC2Context Struct Reference

Data Fields

AVCodecContextavctx
AVFramepic
int mb_width
int mb_height
uint8_tslice_quants
int quant [2]
int q [2][3]
GetBitContext gb
VLC dc_vlc
VLC nc_vlc [NUM_VLC_SETS]
VLC ac_vlc [NUM_VLC_SETS]
int block [16]

Detailed Description

Definition at line 34 of file tscc2.c.

Field Documentation

AVCodecContext* TSCC2Context::avctx

Definition at line 35 of file tscc2.c.

Referenced by tscc2_decode_init().

AVFrame* TSCC2Context::pic
int TSCC2Context::mb_width

Definition at line 37 of file tscc2.c.

Referenced by tscc2_decode_frame(), tscc2_decode_init(), and tscc2_decode_slice().

int TSCC2Context::mb_height

Definition at line 37 of file tscc2.c.

Referenced by tscc2_decode_frame(), and tscc2_decode_init().

uint8_t* TSCC2Context::slice_quants
int TSCC2Context::quant[2]

Definition at line 39 of file tscc2.c.

Referenced by tscc2_decode_frame(), and tscc2_decode_slice().

int TSCC2Context::q[2][3]

Definition at line 40 of file tscc2.c.

Referenced by tscc2_decode_frame(), and tscc2_decode_slice().

GetBitContext TSCC2Context::gb

Definition at line 41 of file tscc2.c.

Referenced by tscc2_decode_mb(), and tscc2_decode_slice().

VLC TSCC2Context::dc_vlc

Definition at line 43 of file tscc2.c.

Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().

VLC TSCC2Context::nc_vlc[NUM_VLC_SETS]

Definition at line 43 of file tscc2.c.

Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().

VLC TSCC2Context::ac_vlc[NUM_VLC_SETS]

Definition at line 43 of file tscc2.c.

Referenced by free_vlcs(), init_vlcs(), and tscc2_decode_mb().

int TSCC2Context::block[16]

Definition at line 44 of file tscc2.c.

Referenced by tscc2_decode_mb().


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