#include <jpeglib.h>
JHUFF_TBL* jpeg_compress_struct::ac_huff_tbl_ptrs[NUM_HUFF_TBLS] |
UINT8 jpeg_compress_struct::arith_ac_K[NUM_ARITH_TBLS] |
UINT8 jpeg_compress_struct::arith_dc_L[NUM_ARITH_TBLS] |
UINT8 jpeg_compress_struct::arith_dc_U[NUM_ARITH_TBLS] |
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 |
jpeg_component_info* jpeg_compress_struct::cur_comp_info[MAX_COMPS_IN_SCAN] |
JHUFF_TBL* jpeg_compress_struct::dc_huff_tbl_ptrs[NUM_HUFF_TBLS] |
J_DCT_METHOD jpeg_compress_struct::dct_method |
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 |
J_COLOR_SPACE jpeg_compress_struct::jpeg_color_space |
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::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 |
struct jpeg_c_prep_controller* jpeg_compress_struct::prep |
JQUANT_TBL* jpeg_compress_struct::quant_tbl_ptrs[NUM_QUANT_TBLS] |
const jpeg_scan_info* jpeg_compress_struct::scan_info |
jpeg_scan_info* jpeg_compress_struct::script_space |
JDIMENSION jpeg_compress_struct::total_iMCU_rows |