Microchip® Advanced Software Framework

jpeg_compress_struct Struct Reference

#include <jpeglib.h>

Data Fields

JHUFF_TBLac_huff_tbl_ptrs [NUM_HUFF_TBLS]
 
int Ah
 
int Al
 
UINT8 arith_ac_K [NUM_ARITH_TBLS]
 
boolean arith_code
 
UINT8 arith_dc_L [NUM_ARITH_TBLS]
 
UINT8 arith_dc_U [NUM_ARITH_TBLS]
 
int blocks_in_MCU
 
boolean CCIR601_sampling
 
struct jpeg_color_convertercconvert
 
struct jpeg_c_coef_controllercoef
 
jpeg_component_infocomp_info
 
int comps_in_scan
 
jpeg_component_infocur_comp_info [MAX_COMPS_IN_SCAN]
 
int data_precision
 
JHUFF_TBLdc_huff_tbl_ptrs [NUM_HUFF_TBLS]
 
J_DCT_METHOD dct_method
 
UINT8 density_unit
 
struct jpeg_destination_mgrdest
 
struct jpeg_downsamplerdownsample
 
struct jpeg_entropy_encoderentropy
 
struct jpeg_forward_dctfdct
 
JDIMENSION image_height
 
JDIMENSION image_width
 
J_COLOR_SPACE in_color_space
 
int input_components
 
double input_gamma
 
UINT8 JFIF_major_version
 
UINT8 JFIF_minor_version
 
J_COLOR_SPACE jpeg_color_space
 
 jpeg_common_fields
 
struct jpeg_c_main_controllermain
 
struct jpeg_marker_writermarker
 
struct jpeg_comp_mastermaster
 
int max_h_samp_factor
 
int max_v_samp_factor
 
int MCU_membership [C_MAX_BLOCKS_IN_MCU]
 
JDIMENSION MCU_rows_in_scan
 
JDIMENSION MCUs_per_row
 
JDIMENSION next_scanline
 
int num_components
 
int num_scans
 
boolean optimize_coding
 
struct jpeg_c_prep_controllerprep
 
boolean progressive_mode
 
JQUANT_TBLquant_tbl_ptrs [NUM_QUANT_TBLS]
 
boolean raw_data_in
 
int restart_in_rows
 
unsigned int restart_interval
 
const jpeg_scan_infoscan_info
 
jpeg_scan_infoscript_space
 
int script_space_size
 
int Se
 
int smoothing_factor
 
int Ss
 
JDIMENSION total_iMCU_rows
 
boolean write_Adobe_marker
 
boolean write_JFIF_header
 
UINT16 X_density
 
UINT16 Y_density
 

JHUFF_TBL* jpeg_compress_struct::ac_huff_tbl_ptrs[NUM_HUFF_TBLS]
int jpeg_compress_struct::Ah
int jpeg_compress_struct::Al
UINT8 jpeg_compress_struct::arith_ac_K[NUM_ARITH_TBLS]
boolean jpeg_compress_struct::arith_code
UINT8 jpeg_compress_struct::arith_dc_L[NUM_ARITH_TBLS]
UINT8 jpeg_compress_struct::arith_dc_U[NUM_ARITH_TBLS]
int jpeg_compress_struct::blocks_in_MCU
boolean jpeg_compress_struct::CCIR601_sampling
struct jpeg_color_converter* jpeg_compress_struct::cconvert
struct jpeg_c_coef_controller* jpeg_compress_struct::coef
jpeg_component_info* jpeg_compress_struct::comp_info
int jpeg_compress_struct::comps_in_scan
jpeg_component_info* jpeg_compress_struct::cur_comp_info[MAX_COMPS_IN_SCAN]
int jpeg_compress_struct::data_precision
JHUFF_TBL* jpeg_compress_struct::dc_huff_tbl_ptrs[NUM_HUFF_TBLS]
J_DCT_METHOD jpeg_compress_struct::dct_method
UINT8 jpeg_compress_struct::density_unit
struct jpeg_destination_mgr* jpeg_compress_struct::dest
struct jpeg_downsampler* jpeg_compress_struct::downsample
struct jpeg_entropy_encoder* jpeg_compress_struct::entropy
struct jpeg_forward_dct* jpeg_compress_struct::fdct
JDIMENSION jpeg_compress_struct::image_height
JDIMENSION jpeg_compress_struct::image_width
J_COLOR_SPACE jpeg_compress_struct::in_color_space
int jpeg_compress_struct::input_components
double jpeg_compress_struct::input_gamma
UINT8 jpeg_compress_struct::JFIF_major_version
UINT8 jpeg_compress_struct::JFIF_minor_version
J_COLOR_SPACE jpeg_compress_struct::jpeg_color_space
jpeg_compress_struct::jpeg_common_fields
struct jpeg_c_main_controller* jpeg_compress_struct::main
struct jpeg_marker_writer* jpeg_compress_struct::marker
struct jpeg_comp_master* jpeg_compress_struct::master
int jpeg_compress_struct::max_h_samp_factor
int jpeg_compress_struct::max_v_samp_factor
int jpeg_compress_struct::MCU_membership[C_MAX_BLOCKS_IN_MCU]
JDIMENSION jpeg_compress_struct::MCU_rows_in_scan
JDIMENSION jpeg_compress_struct::MCUs_per_row
JDIMENSION jpeg_compress_struct::next_scanline
int jpeg_compress_struct::num_components
int jpeg_compress_struct::num_scans
boolean jpeg_compress_struct::optimize_coding
struct jpeg_c_prep_controller* jpeg_compress_struct::prep
boolean jpeg_compress_struct::progressive_mode
JQUANT_TBL* jpeg_compress_struct::quant_tbl_ptrs[NUM_QUANT_TBLS]
boolean jpeg_compress_struct::raw_data_in
int jpeg_compress_struct::restart_in_rows
unsigned int jpeg_compress_struct::restart_interval
const jpeg_scan_info* jpeg_compress_struct::scan_info
jpeg_scan_info* jpeg_compress_struct::script_space
int jpeg_compress_struct::script_space_size
int jpeg_compress_struct::Se
int jpeg_compress_struct::smoothing_factor
int jpeg_compress_struct::Ss
JDIMENSION jpeg_compress_struct::total_iMCU_rows
boolean jpeg_compress_struct::write_Adobe_marker
boolean jpeg_compress_struct::write_JFIF_header
UINT16 jpeg_compress_struct::X_density
UINT16 jpeg_compress_struct::Y_density