FFmpeg
|
Data Fields | |
DSPContext | dsp |
ScanTable | scantable |
VLC | dc_vlc [2] |
VLC | ac_vlc [2] |
int | prev_dc [3] |
int16_t | block [6][64] |
uint8_t * | buf |
DSPContext JPGContext::dsp |
Definition at line 74 of file g2meet.c.
Referenced by jpg_decode_block(), jpg_decode_data(), and jpg_init().
ScanTable JPGContext::scantable |
Definition at line 75 of file g2meet.c.
Referenced by jpg_decode_block(), and jpg_init().
VLC JPGContext::dc_vlc[2] |
Definition at line 77 of file g2meet.c.
Referenced by jpg_decode_block(), jpg_free_context(), and jpg_init().
VLC JPGContext::ac_vlc[2] |
Definition at line 77 of file g2meet.c.
Referenced by jpg_decode_block(), jpg_free_context(), and jpg_init().
int JPGContext::prev_dc[3] |
Definition at line 78 of file g2meet.c.
Referenced by jpg_decode_block(), and jpg_decode_data().
int16_t JPGContext::block[6][64] |
Definition at line 79 of file g2meet.c.
Referenced by jpg_decode_data().
uint8_t* JPGContext::buf |
Definition at line 81 of file g2meet.c.
Referenced by jpg_decode_data(), and jpg_free_context().