PAlib
|
#include <jpeg.h>
Data Fields | |
const unsigned char * | acTables [4] |
const unsigned char * | dcTables [4] |
JPEG_QuantizationTable | quantTables [4] |
unsigned int | restartInterval |
JPEG_FrameHeader | frame |
JPEG_ScanHeader | scan |
The complete decoder state.
const unsigned char* JPEG_Decoder::acTables[4] |
The AC huffman table slots.
const unsigned char* JPEG_Decoder::dcTables[4] |
The DC huffman table slots.
JPEG_QuantizationTable JPEG_Decoder::quantTables[4] |
The quantization table slots.
unsigned int JPEG_Decoder::restartInterval |
Number of MCU in the restart interval (Ri).
JPEG_FrameHeader JPEG_Decoder::frame |
Current frame.
JPEG_ScanHeader JPEG_Decoder::scan |
Current scan.