coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
jpeg_decdata Struct Reference

#include <jpeg.h>

Collaboration diagram for jpeg_decdata:
Collaboration graph

Data Fields

int dcts [6 *64+16]
 
int out [64 *6]
 
int dquant [3][64]
 

Detailed Description

Definition at line 28 of file jpeg.h.

Field Documentation

◆ dcts

int jpeg_decdata::dcts[6 *64+16]

Definition at line 29 of file jpeg.h.

Referenced by jpeg_decode().

◆ dquant

int jpeg_decdata::dquant[3][64]

Definition at line 31 of file jpeg.h.

Referenced by jpeg_decode().

◆ out

int jpeg_decdata::out[64 *6]

Definition at line 30 of file jpeg.h.

Referenced by jpeg_decode().


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