PAlib
Data Fields
JPEG_Decoder Struct Reference

#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
 

Detailed Description

The complete decoder state.

Field Documentation

◆ acTables

const unsigned char* JPEG_Decoder::acTables[4]

The AC huffman table slots.

◆ dcTables

const unsigned char* JPEG_Decoder::dcTables[4]

The DC huffman table slots.

◆ quantTables

JPEG_QuantizationTable JPEG_Decoder::quantTables[4]

The quantization table slots.

◆ restartInterval

unsigned int JPEG_Decoder::restartInterval

Number of MCU in the restart interval (Ri).

◆ frame

JPEG_FrameHeader JPEG_Decoder::frame

Current frame.

◆ scan

JPEG_ScanHeader JPEG_Decoder::scan

Current scan.