doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
jpeg_component_info Struct Reference

#include <jpeglib.h>

Public Attributes

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

Detailed Description

Definition at line 128 of file jpeglib.h.

Member Data Documentation

int jpeg_component_info::ac_tbl_no

Definition at line 142 of file jpeglib.h.

int jpeg_component_info::component_id

Definition at line 132 of file jpeglib.h.

int jpeg_component_info::component_index

Definition at line 133 of file jpeglib.h.

boolean jpeg_component_info::component_needed

Definition at line 172 of file jpeglib.h.

int jpeg_component_info::dc_tbl_no

Definition at line 141 of file jpeglib.h.

int jpeg_component_info::DCT_scaled_size

Definition at line 159 of file jpeglib.h.

void* jpeg_component_info::dct_table

Definition at line 190 of file jpeglib.h.

JDIMENSION jpeg_component_info::downsampled_height

Definition at line 167 of file jpeglib.h.

JDIMENSION jpeg_component_info::downsampled_width

Definition at line 166 of file jpeglib.h.

int jpeg_component_info::h_samp_factor

Definition at line 134 of file jpeglib.h.

JDIMENSION jpeg_component_info::height_in_blocks

Definition at line 152 of file jpeglib.h.

int jpeg_component_info::last_col_width

Definition at line 180 of file jpeglib.h.

int jpeg_component_info::last_row_height

Definition at line 181 of file jpeglib.h.

int jpeg_component_info::MCU_blocks

Definition at line 178 of file jpeglib.h.

int jpeg_component_info::MCU_height

Definition at line 177 of file jpeglib.h.

int jpeg_component_info::MCU_sample_width

Definition at line 179 of file jpeglib.h.

int jpeg_component_info::MCU_width

Definition at line 176 of file jpeglib.h.

JQUANT_TBL* jpeg_component_info::quant_table

Definition at line 187 of file jpeglib.h.

int jpeg_component_info::quant_tbl_no

Definition at line 136 of file jpeglib.h.

int jpeg_component_info::v_samp_factor

Definition at line 135 of file jpeglib.h.

JDIMENSION jpeg_component_info::width_in_blocks

Definition at line 151 of file jpeglib.h.


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