Record jpeg_decompress_struct
Unit
Declaration
type jpeg_decompress_struct = record
Description
This item has no description.
Overview
Fields
Description
Fields
| Public | err: jpeg_error_mgr_ptr; |
|
This item has no description. | |
| Public | mem: jpeg_memory_mgr_ptr; |
|
This item has no description. | |
| Public | progress: jpeg_progress_mgr_ptr; |
|
This item has no description. | |
| Public | client_data: voidp; |
|
This item has no description. | |
| Public | is_decompressor: boolean; |
|
This item has no description. | |
| Public | global_state: int; |
|
This item has no description. | |
| Public | src: jpeg_source_mgr_ptr; |
|
This item has no description. | |
| Public | image_width: JDIMENSION; |
|
This item has no description. | |
| Public | image_height: JDIMENSION; |
|
This item has no description. | |
| Public | num_components: int; |
|
This item has no description. | |
| Public | jpeg_color_space: J_COLOR_SPACE; |
|
This item has no description. | |
| Public | out_color_space: J_COLOR_SPACE; |
|
This item has no description. | |
| Public | scale_num: uint ; |
|
This item has no description. | |
| Public | scale_denom: uint ; |
|
This item has no description. | |
| Public | output_gamma: double; |
|
This item has no description. | |
| Public | buffered_image: boolean; |
|
This item has no description. | |
| Public | raw_data_out: boolean; |
|
This item has no description. | |
| Public | dct_method: J_DCT_METHOD; |
|
This item has no description. | |
| Public | do_fancy_upsampling: boolean; |
|
This item has no description. | |
| Public | do_block_smoothing: boolean; |
|
This item has no description. | |
| Public | quantize_colors: boolean; |
|
This item has no description. | |
| Public | dither_mode: J_DITHER_MODE; |
|
This item has no description. | |
| Public | two_pass_quantize: boolean; |
|
This item has no description. | |
| Public | desired_number_of_colors: int; |
|
This item has no description. | |
| Public | enable_1pass_quant: boolean; |
|
This item has no description. | |
| Public | enable_external_quant: boolean; |
|
This item has no description. | |
| Public | enable_2pass_quant: boolean; |
|
This item has no description. | |
| Public | output_width: JDIMENSION; |
|
This item has no description. | |
| Public | output_height: JDIMENSION; |
|
This item has no description. | |
| Public | out_color_components: int; |
|
This item has no description. | |
| Public | output_components: int; |
|
This item has no description. | |
| Public | rec_outbuf_height: int; |
|
This item has no description. | |
| Public | actual_number_of_colors: int; |
|
This item has no description. | |
| Public | colormap: JSAMPARRAY; |
|
This item has no description. | |
| Public | output_scanline: JDIMENSION; |
|
This item has no description. | |
| Public | input_scan_number: int; |
|
This item has no description. | |
| Public | input_iMCU_row: JDIMENSION; |
|
This item has no description. | |
| Public | output_scan_number: int; |
|
This item has no description. | |
| Public | output_iMCU_row: int; |
|
This item has no description. | |
| Public | coef_bits: coef_bits_ptrrow; |
|
This item has no description. | |
| Public | quant_tbl_ptrs: Array[0..NUM_QUANT_TBLS-1] of JQUANT_TBL_PTR; |
|
This item has no description. | |
| Public | dc_huff_tbl_ptrs: Array[0..NUM_HUFF_TBLS-1] of JHUFF_TBL_PTR; |
|
This item has no description. | |
| Public | ac_huff_tbl_ptrs: Array[0..NUM_HUFF_TBLS-1] of JHUFF_TBL_PTR; |
|
This item has no description. | |
| Public | data_precision: int; |
|
This item has no description. | |
| Public | comp_info: jpeg_component_info_list_ptr; |
|
This item has no description. | |
| Public | progressive_mode: boolean; |
|
This item has no description. | |
| Public | arith_code: boolean; |
|
This item has no description. | |
| Public | arith_dc_L: Array[0..NUM_ARITH_TBLS-1] of UINT8; |
|
This item has no description. | |
| Public | arith_dc_U: Array[0..NUM_ARITH_TBLS-1] of UINT8; |
|
This item has no description. | |
| Public | arith_ac_K: Array[0..NUM_ARITH_TBLS-1] of UINT8; |
|
This item has no description. | |
| Public | restart_interval: uint; |
|
This item has no description. | |
| Public | saw_JFIF_marker: boolean; |
|
This item has no description. | |
| Public | JFIF_major_version: UINT8; |
|
This item has no description. | |
| Public | JFIF_minor_version: UINT8; |
|
This item has no description. | |
| Public | density_unit: UINT8; |
|
This item has no description. | |
| Public | X_density: UINT16; |
|
This item has no description. | |
| Public | Y_density: UINT16; |
|
This item has no description. | |
| Public | saw_Adobe_marker: boolean; |
|
This item has no description. | |
| Public | Adobe_transform: UINT8; |
|
This item has no description. | |
| Public | CCIR601_sampling: boolean; |
|
This item has no description. | |
| Public | marker_list: jpeg_saved_marker_ptr; |
|
This item has no description. | |
| Public | max_h_samp_factor: int; |
|
This item has no description. | |
| Public | max_v_samp_factor: int; |
|
This item has no description. | |
| Public | min_DCT_scaled_size: int; |
|
This item has no description. | |
| Public | total_iMCU_rows: JDIMENSION; |
|
This item has no description. | |
| Public | sample_range_limit: range_limit_table_ptr; |
|
This item has no description. | |
| Public | comps_in_scan: int; |
|
This item has no description. | |
| Public | cur_comp_info: Array[0..MAX_COMPS_IN_SCAN-1] of jpeg_component_info_ptr; |
|
This item has no description. | |
| Public | MCUs_per_row: JDIMENSION; |
|
This item has no description. | |
| Public | MCU_rows_in_scan: JDIMENSION; |
|
This item has no description. | |
| Public | blocks_in_MCU: JDIMENSION; |
|
This item has no description. | |
| Public | MCU_membership: Array[0..D_MAX_BLOCKS_IN_MCU-1] of int; |
|
This item has no description. | |
| Public | Ss: int; |
|
This item has no description. | |
| Public | Se: int; |
|
This item has no description. | |
| Public | Ah: int; |
|
This item has no description. | |
| Public | Al: int; |
|
This item has no description. | |
| Public | unread_marker: int; |
|
This item has no description. | |
| Public | master: jpeg_decomp_master_ptr; |
|
This item has no description. | |
| Public | main: jpeg_d_main_controller_ptr; |
|
This item has no description. | |
| Public | coef: jpeg_d_coef_controller_ptr; |
|
This item has no description. | |
| Public | post: jpeg_d_post_controller_ptr; |
|
This item has no description. | |
| Public | inputctl: jpeg_input_controller_ptr; |
|
This item has no description. | |
| Public | marker: jpeg_marker_reader_ptr; |
|
This item has no description. | |
| Public | entropy: jpeg_entropy_decoder_ptr; |
|
This item has no description. | |
| Public | idct: jpeg_inverse_dct_ptr; |
|
This item has no description. | |
| Public | upsample: jpeg_upsampler_ptr; |
|
This item has no description. | |
| Public | cconvert: jpeg_color_deconverter_ptr; |
|
This item has no description. | |
| Public | cquantize: jpeg_color_quantizer_ptr; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.