JPEG_Decoder Struct Reference

Collaboration diagram for JPEG_Decoder:
[legend]

List of all members.

Public Attributes

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.

Definition at line 336 of file xf_jpeg.h.


Member Data Documentation

const unsigned char* JPEG_Decoder::acTables[4]

The AC huffman table slots.

Definition at line 338 of file xf_jpeg.h.

const unsigned char* JPEG_Decoder::dcTables[4]

The DC huffman table slots.

Definition at line 339 of file xf_jpeg.h.

JPEG_QuantizationTable JPEG_Decoder::quantTables[4]

The quantization table slots.

Definition at line 340 of file xf_jpeg.h.

unsigned int JPEG_Decoder::restartInterval

Number of MCU in the restart interval (Ri).

Definition at line 341 of file xf_jpeg.h.

JPEG_FrameHeader JPEG_Decoder::frame

Current frame.

Definition at line 342 of file xf_jpeg.h.

JPEG_ScanHeader JPEG_Decoder::scan

Current scan.

Definition at line 343 of file xf_jpeg.h.


The documentation for this struct was generated from the following file:
Generated on Wed Dec 12 23:46:49 2007 for XFlib by  doxygen 1.5.4