coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dec_hufftbl Struct Reference
Collaboration diagram for dec_hufftbl:
Collaboration graph

Data Fields

int maxcode [17]
 
int valptr [16]
 
unsigned char vals [256]
 
unsigned int llvals [1<< DECBITS]
 

Detailed Description

Definition at line 62 of file jpeg.c.

Field Documentation

◆ llvals

unsigned int dec_hufftbl::llvals[1<< DECBITS]

Definition at line 66 of file jpeg.c.

Referenced by dec_makehuff().

◆ maxcode

int dec_hufftbl::maxcode[17]

Definition at line 63 of file jpeg.c.

Referenced by dec_makehuff(), and dec_rec2().

◆ valptr

int dec_hufftbl::valptr[16]

Definition at line 64 of file jpeg.c.

Referenced by dec_makehuff(), and dec_rec2().

◆ vals

unsigned char dec_hufftbl::vals[256]

Definition at line 65 of file jpeg.c.

Referenced by dec_makehuff(), and dec_rec2().


The documentation for this struct was generated from the following file: