FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

BlockDSPContext JPGContext::bdsp

Definition at line 76 of file g2meet.c.

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

IDCTDSPContext JPGContext::idsp

Definition at line 77 of file g2meet.c.

Referenced by jpg_decode_data(), and jpg_init().

ScanTable JPGContext::scantable

Definition at line 78 of file g2meet.c.

Referenced by jpg_decode_block(), and jpg_init().

VLC JPGContext::dc_vlc[2]

Definition at line 80 of file g2meet.c.

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

VLC JPGContext::ac_vlc[2]

Definition at line 80 of file g2meet.c.

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

int JPGContext::prev_dc[3]

Definition at line 81 of file g2meet.c.

Referenced by jpg_decode_block(), and jpg_decode_data().

int16_t JPGContext::block[6][64]

Definition at line 82 of file g2meet.c.

Referenced by jpg_decode_data().

uint8_t* JPGContext::buf

Definition at line 84 of file g2meet.c.

Referenced by jpg_decode_data(), and jpg_free_context().


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