DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
jpeg_component_info Struct Reference
+ Collaboration diagram for jpeg_component_info:

Data Fields

int ac_tbl_no
 
int component_id
 
int component_index
 
jboolean component_needed
 
int dc_tbl_no
 
int DCT_scaled_size
 
voiddct_table
 
JDIMENSION downsampled_height
 
JDIMENSION downsampled_width
 
int h_samp_factor
 
JDIMENSION height_in_blocks
 
int last_col_width
 
int last_row_height
 
int MCU_blocks
 
int MCU_height
 
int MCU_sample_width
 
int MCU_width
 
voidquant_table
 
int quant_tbl_no
 
int v_samp_factor
 
JDIMENSION width_in_blocks
 

Detailed Description

Definition at line 157 of file jpeg.c.

Field Documentation

◆ ac_tbl_no

int jpeg_component_info::ac_tbl_no

Definition at line 171 of file jpeg.c.

◆ component_id

int jpeg_component_info::component_id

Definition at line 161 of file jpeg.c.

◆ component_index

int jpeg_component_info::component_index

Definition at line 162 of file jpeg.c.

◆ component_needed

jboolean jpeg_component_info::component_needed

Definition at line 201 of file jpeg.c.

◆ dc_tbl_no

int jpeg_component_info::dc_tbl_no

Definition at line 170 of file jpeg.c.

◆ DCT_scaled_size

int jpeg_component_info::DCT_scaled_size

Definition at line 188 of file jpeg.c.

◆ dct_table

void* jpeg_component_info::dct_table

Definition at line 219 of file jpeg.c.

◆ downsampled_height

JDIMENSION jpeg_component_info::downsampled_height

Definition at line 196 of file jpeg.c.

◆ downsampled_width

JDIMENSION jpeg_component_info::downsampled_width

Definition at line 195 of file jpeg.c.

◆ h_samp_factor

int jpeg_component_info::h_samp_factor

Definition at line 163 of file jpeg.c.

Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().

◆ height_in_blocks

JDIMENSION jpeg_component_info::height_in_blocks

Definition at line 181 of file jpeg.c.

◆ last_col_width

int jpeg_component_info::last_col_width

Definition at line 209 of file jpeg.c.

◆ last_row_height

int jpeg_component_info::last_row_height

Definition at line 210 of file jpeg.c.

◆ MCU_blocks

int jpeg_component_info::MCU_blocks

Definition at line 207 of file jpeg.c.

◆ MCU_height

int jpeg_component_info::MCU_height

Definition at line 206 of file jpeg.c.

◆ MCU_sample_width

int jpeg_component_info::MCU_sample_width

Definition at line 208 of file jpeg.c.

◆ MCU_width

int jpeg_component_info::MCU_width

Definition at line 205 of file jpeg.c.

◆ quant_table

void* jpeg_component_info::quant_table

Definition at line 216 of file jpeg.c.

◆ quant_tbl_no

int jpeg_component_info::quant_tbl_no

Definition at line 165 of file jpeg.c.

◆ v_samp_factor

int jpeg_component_info::v_samp_factor

Definition at line 164 of file jpeg.c.

Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().

◆ width_in_blocks

JDIMENSION jpeg_component_info::width_in_blocks

Definition at line 180 of file jpeg.c.


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