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

Data Fields

int dc
 
union hufftblp hudc
 
union hufftblp huac
 
int next
 
int cid
 
int hv
 
int tq
 

Detailed Description

Definition at line 46 of file jpeg.c.

Field Documentation

◆ cid

int scan::cid

Definition at line 53 of file jpeg.c.

Referenced by jpeg_decode().

◆ dc

int scan::dc

Definition at line 47 of file jpeg.c.

Referenced by decode_mcus().

◆ huac

union hufftblp scan::huac

Definition at line 47 of file jpeg.c.

Referenced by decode_mcus(), and jpeg_decode().

◆ hudc

union hufftblp scan::hudc

Definition at line 47 of file jpeg.c.

Referenced by decode_mcus(), and jpeg_decode().

◆ hv

int scan::hv

Definition at line 54 of file jpeg.c.

Referenced by jpeg_decode().

◆ next

int scan::next

Definition at line 51 of file jpeg.c.

Referenced by decode_mcus(), and jpeg_decode().

◆ tq

int scan::tq

Definition at line 55 of file jpeg.c.

Referenced by jpeg_decode().


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