Libav
Data Fields
JPGContext Struct Reference

Data Fields

BlockDSPContext bdsp
 
IDCTDSPContext idsp
 
ScanTable scantable
 
VLC dc_vlc [2]
 
VLC ac_vlc [2]
 
int prev_dc [3]
 
int16_t block [6][64]
 
uint8_tbuf
 

Detailed Description

Definition at line 75 of file g2meet.c.

Field Documentation

§ bdsp

BlockDSPContext JPGContext::bdsp

Definition at line 76 of file g2meet.c.

Referenced by jpg_decode_block(), jpg_decode_data(), and jpg_init().

§ idsp

IDCTDSPContext JPGContext::idsp

Definition at line 77 of file g2meet.c.

Referenced by jpg_decode_data(), and jpg_init().

§ scantable

ScanTable JPGContext::scantable

Definition at line 78 of file g2meet.c.

Referenced by jpg_decode_block(), and jpg_init().

§ dc_vlc

VLC JPGContext::dc_vlc[2]

Definition at line 80 of file g2meet.c.

Referenced by jpg_decode_block(), jpg_free_context(), and jpg_init().

§ ac_vlc

VLC JPGContext::ac_vlc[2]

Definition at line 80 of file g2meet.c.

Referenced by jpg_decode_block(), jpg_free_context(), and jpg_init().

§ prev_dc

int JPGContext::prev_dc[3]

Definition at line 81 of file g2meet.c.

Referenced by jpg_decode_block(), and jpg_decode_data().

§ block

int16_t JPGContext::block[6][64]

Definition at line 82 of file g2meet.c.

Referenced by jpg_decode_data().

§ buf

uint8_t* JPGContext::buf

Definition at line 84 of file g2meet.c.

Referenced by g2m_decode_frame(), jpg_decode_data(), and jpg_free_context().


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