jpeg_decompress_struct

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct jpeg_decompress_struct {}

Members

Mixins

__anonymous
mixin jpeg_common_fields!()
Undocumented in source.

Variables

Adobe_transform
UINT8 Adobe_transform;
Ah
int Ah;
Al
int Al;
Undocumented in source.
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[D_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.
actual_number_of_colors
int actual_number_of_colors;
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.
buffered_image
boolean buffered_image;
Undocumented in source.
cconvert
jpeg_color_deconverter* cconvert;
Undocumented in source.
coef
jpeg_d_coef_controller* coef;
Undocumented in source.
coef_bits
int[DCTSIZE2]* coef_bits;
Undocumented in source.
colormap
JSAMPARRAY colormap;
Undocumented in source.
comp_info
jpeg_component_info* comp_info;
Undocumented in source.
comps_in_scan
int comps_in_scan;
Undocumented in source.
cquantize
jpeg_color_quantizer* cquantize;
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.
desired_number_of_colors
int desired_number_of_colors;
Undocumented in source.
dither_mode
J_DITHER_MODE dither_mode;
Undocumented in source.
do_block_smoothing
boolean do_block_smoothing;
Undocumented in source.
do_fancy_upsampling
boolean do_fancy_upsampling;
Undocumented in source.
enable_1pass_quant
boolean enable_1pass_quant;
Undocumented in source.
enable_2pass_quant
boolean enable_2pass_quant;
Undocumented in source.
enable_external_quant
boolean enable_external_quant;
Undocumented in source.
entropy
jpeg_entropy_decoder* entropy;
Undocumented in source.
idct
jpeg_inverse_dct* idct;
Undocumented in source.
image_height
JDIMENSION image_height;
Undocumented in source.
image_width
JDIMENSION image_width;
Undocumented in source.
input_iMCU_row
JDIMENSION input_iMCU_row;
Undocumented in source.
input_scan_number
int input_scan_number;
Undocumented in source.
inputctl
jpeg_input_controller* inputctl;
Undocumented in source.
is_baseline
boolean is_baseline;
Undocumented in source.
jpeg_color_space
J_COLOR_SPACE jpeg_color_space;
Undocumented in source.
lim_Se
int lim_Se;
Undocumented in source.
main
jpeg_d_main_controller* main;
Undocumented in source.
marker
jpeg_marker_reader* marker;
Undocumented in source.
marker_list
jpeg_saved_marker_ptr marker_list;
Undocumented in source.
master
jpeg_decomp_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_scaled_size
int min_DCT_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.
num_components
int num_components;
Undocumented in source.
out_color_components
int out_color_components;
Undocumented in source.
out_color_space
J_COLOR_SPACE out_color_space;
Undocumented in source.
output_components
int output_components;
Undocumented in source.
output_gamma
double output_gamma;
Undocumented in source.
output_height
JDIMENSION output_height;
Undocumented in source.
output_iMCU_row
JDIMENSION output_iMCU_row;
Undocumented in source.
output_scan_number
int output_scan_number;
Undocumented in source.
output_scanline
JDIMENSION output_scanline;
Undocumented in source.
output_width
JDIMENSION output_width;
Undocumented in source.
post
jpeg_d_post_controller* post;
Undocumented in source.
progressive_mode
boolean progressive_mode;
Undocumented in source.
quant_tbl_ptrs
JQUANT_TBL*[NUM_QUANT_TBLS] quant_tbl_ptrs;
Undocumented in source.
quantize_colors
boolean quantize_colors;
Undocumented in source.
raw_data_out
boolean raw_data_out;
Undocumented in source.
rec_outbuf_height
int rec_outbuf_height;
Undocumented in source.
restart_interval
uint restart_interval;
Undocumented in source.
sample_range_limit
JSAMPLE* sample_range_limit;
Undocumented in source.
saw_Adobe_marker
boolean saw_Adobe_marker;
Undocumented in source.
saw_JFIF_marker
boolean saw_JFIF_marker;
scale_denom
uint scale_denom;
Undocumented in source.
scale_num
uint scale_num;
Undocumented in source.
src
jpeg_source_mgr* src;
Undocumented in source.
total_iMCU_rows
JDIMENSION total_iMCU_rows;
Undocumented in source.
two_pass_quantize
boolean two_pass_quantize;
Undocumented in source.
unread_marker
int unread_marker;
Undocumented in source.
upsample
jpeg_upsampler* upsample;
Undocumented in source.

Meta