- CCIR601_sampling
boolean CCIR601_sampling;
Undocumented in source.
- JFIF_major_version
UINT8 JFIF_major_version;
Undocumented in source.
- JFIF_minor_version
UINT8 JFIF_minor_version;
Undocumented in source.
- MCU_membership
int[C_MAX_BLOCKS_IN_MCU] MCU_membership;
Undocumented in source.
- MCU_rows_in_scan
JDIMENSION MCU_rows_in_scan;
Undocumented in source.
- MCUs_per_row
JDIMENSION MCUs_per_row;
- Se
int Se;
Undocumented in source.
- Ss
int Ss;
Undocumented in source.
- X_density
UINT16 X_density;
Undocumented in source.
- Y_density
UINT16 Y_density;
Undocumented in source.
- ac_huff_tbl_ptrs
JHUFF_TBL*[NUM_HUFF_TBLS] ac_huff_tbl_ptrs;
Undocumented in source.
- arith_ac_K
UINT8[NUM_ARITH_TBLS] arith_ac_K;
Undocumented in source.
- arith_code
boolean arith_code;
Undocumented in source.
- arith_dc_L
UINT8[NUM_ARITH_TBLS] arith_dc_L;
Undocumented in source.
- arith_dc_U
UINT8[NUM_ARITH_TBLS] arith_dc_U;
Undocumented in source.
- block_size
int block_size;
Undocumented in source.
- blocks_in_MCU
int blocks_in_MCU;
Undocumented in source.
- cconvert
jpeg_color_converter* cconvert;
Undocumented in source.
- coef
jpeg_c_coef_controller* coef;
Undocumented in source.
- comp_info
jpeg_component_info* comp_info;
Undocumented in source.
- comps_in_scan
int comps_in_scan;
Undocumented in source.
- cur_comp_info
jpeg_component_info*[MAX_COMPS_IN_SCAN] cur_comp_info;
Undocumented in source.
- data_precision
int data_precision;
Undocumented in source.
- dc_huff_tbl_ptrs
JHUFF_TBL*[NUM_HUFF_TBLS] dc_huff_tbl_ptrs;
Undocumented in source.
- dct_method
J_DCT_METHOD dct_method;
Undocumented in source.
- density_unit
UINT8 density_unit;
Undocumented in source.
- dest
jpeg_destination_mgr* dest;
Undocumented in source.
- do_fancy_downsampling
boolean do_fancy_downsampling;
Undocumented in source.
- downsample
jpeg_downsampler* downsample;
Undocumented in source.
- entropy
jpeg_entropy_encoder* entropy;
Undocumented in source.
- fdct
jpeg_forward_dct* fdct;
Undocumented in source.
- image_height
JDIMENSION image_height;
Undocumented in source.
- image_width
JDIMENSION image_width;
Undocumented in source.
- in_color_space
J_COLOR_SPACE in_color_space;
Undocumented in source.
- input_components
int input_components;
Undocumented in source.
- input_gamma
double input_gamma;
Undocumented in source.
- jpeg_color_space
J_COLOR_SPACE jpeg_color_space;
Undocumented in source.
- jpeg_height
JDIMENSION jpeg_height;
Undocumented in source.
- jpeg_width
JDIMENSION jpeg_width;
Undocumented in source.
- lim_Se
int lim_Se;
Undocumented in source.
- main
jpeg_c_main_controller* main;
Undocumented in source.
- marker
jpeg_marker_writer* marker;
Undocumented in source.
- master
jpeg_comp_master* master;
Undocumented in source.
- max_h_samp_factor
int max_h_samp_factor;
Undocumented in source.
- max_v_samp_factor
int max_v_samp_factor;
Undocumented in source.
- min_DCT_h_scaled_size
int min_DCT_h_scaled_size;
Undocumented in source.
- min_DCT_v_scaled_size
int min_DCT_v_scaled_size;
Undocumented in source.
- natural_order
const(int)* natural_order;
Undocumented in source.
- next_scanline
JDIMENSION next_scanline;
Undocumented in source.
- num_components
int num_components;
Undocumented in source.
- num_scans
int num_scans;
Undocumented in source.
- optimize_coding
boolean optimize_coding;
Undocumented in source.
- prep
jpeg_c_prep_controller* prep;
Undocumented in source.
- progressive_mode
boolean progressive_mode;
Undocumented in source.
- q_scale_factor
int[NUM_QUANT_TBLS] q_scale_factor;
Undocumented in source.
- quant_tbl_ptrs
JQUANT_TBL*[NUM_QUANT_TBLS] quant_tbl_ptrs;
Undocumented in source.
- raw_data_in
boolean raw_data_in;
Undocumented in source.
- restart_in_rows
int restart_in_rows;
Undocumented in source.
- restart_interval
uint restart_interval;
- scale_denom
uint scale_denom;
Undocumented in source.
- scale_num
uint scale_num;
Undocumented in source.
- scan_info
const(jpeg_scan_info)* scan_info;
Undocumented in source.
- script_space
jpeg_scan_info* script_space;
Undocumented in source.
- script_space_size
int script_space_size;
Undocumented in source.
- smoothing_factor
int smoothing_factor;
Undocumented in source.
- total_iMCU_rows
JDIMENSION total_iMCU_rows;
Undocumented in source.
- write_Adobe_marker
boolean write_Adobe_marker;
Undocumented in source.
- write_JFIF_header
boolean write_JFIF_header;
Undocumented in source.