| FFmpeg
    | 
| 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_t * | buf | 
| BlockDSPContext JPGContext::bdsp | 
Definition at line 119 of file g2meet.c.
Referenced by jpg_decode_block(), jpg_decode_data(), and jpg_init().
| IDCTDSPContext JPGContext::idsp | 
Definition at line 120 of file g2meet.c.
Referenced by jpg_decode_data(), and jpg_init().
| ScanTable JPGContext::scantable | 
Definition at line 121 of file g2meet.c.
Referenced by jpg_decode_block(), and jpg_init().
| VLC JPGContext::dc_vlc[2] | 
Definition at line 123 of file g2meet.c.
Referenced by jpg_decode_block(), jpg_free_context(), and jpg_init().
| VLC JPGContext::ac_vlc[2] | 
Definition at line 123 of file g2meet.c.
Referenced by jpg_decode_block(), jpg_free_context(), and jpg_init().
| int JPGContext::prev_dc[3] | 
Definition at line 124 of file g2meet.c.
Referenced by jpg_decode_block(), and jpg_decode_data().
| int16_t JPGContext::block[6][64] | 
Definition at line 125 of file g2meet.c.
Referenced by jpg_decode_data().
| uint8_t* JPGContext::buf | 
Definition at line 127 of file g2meet.c.
Referenced by jpg_decode_data(), and jpg_free_context().
 1.8.6
 1.8.6