Class JPEGDecoder.jpeg_decompress_struct

java.lang.Object
org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
Enclosing class:
JPEGDecoder

static final class JPEGDecoder.jpeg_decompress_struct extends Object
  • Field Details

    • is_decompressor

      boolean is_decompressor
    • global_state

      int global_state
    • inputStream

      InputStream inputStream
    • buffer

      byte[] buffer
    • bytes_in_buffer

      int bytes_in_buffer
    • bytes_offset

      int bytes_offset
    • start_of_file

      boolean start_of_file
    • image_width

      int image_width
    • image_height

      int image_height
    • num_components

      int num_components
    • jpeg_color_space

      int jpeg_color_space
    • out_color_space

      int out_color_space
    • scale_num

      int scale_num
    • scale_denom

      int scale_denom
    • output_gamma

      double output_gamma
    • buffered_image

      boolean buffered_image
    • raw_data_out

      boolean raw_data_out
    • dct_method

      int dct_method
    • do_fancy_upsampling

      boolean do_fancy_upsampling
    • do_block_smoothing

      boolean do_block_smoothing
    • quantize_colors

      boolean quantize_colors
    • dither_mode

      int dither_mode
    • two_pass_quantize

      boolean two_pass_quantize
    • desired_number_of_colors

      int desired_number_of_colors
    • enable_1pass_quant

      boolean enable_1pass_quant
    • enable_external_quant

      boolean enable_external_quant
    • enable_2pass_quant

      boolean enable_2pass_quant
    • output_width

      int output_width
    • output_height

      int output_height
    • out_color_components

      int out_color_components
    • output_components

      int output_components
    • rec_outbuf_height

      int rec_outbuf_height
    • actual_number_of_colors

      int actual_number_of_colors
    • colormap

      int[] colormap
    • output_scanline

      int output_scanline
    • input_scan_number

      int input_scan_number
    • input_iMCU_row

      int input_iMCU_row
    • output_scan_number

      int output_scan_number
    • output_iMCU_row

      int output_iMCU_row
    • coef_bits

      int[][] coef_bits
    • quant_tbl_ptrs

      JPEGDecoder.JQUANT_TBL[] quant_tbl_ptrs
    • dc_huff_tbl_ptrs

      JPEGDecoder.JHUFF_TBL[] dc_huff_tbl_ptrs
    • ac_huff_tbl_ptrs

      JPEGDecoder.JHUFF_TBL[] ac_huff_tbl_ptrs
    • data_precision

      int data_precision
    • comp_info

    • progressive_mode

      boolean progressive_mode
    • arith_code

      boolean arith_code
    • arith_dc_L

      byte[] arith_dc_L
    • arith_dc_U

      byte[] arith_dc_U
    • arith_ac_K

      byte[] arith_ac_K
    • restart_interval

      int restart_interval
    • saw_JFIF_marker

      boolean saw_JFIF_marker
    • JFIF_major_version

      byte JFIF_major_version
    • JFIF_minor_version

      byte JFIF_minor_version
    • density_unit

      byte density_unit
    • X_density

      short X_density
    • Y_density

      short Y_density
    • saw_Adobe_marker

      boolean saw_Adobe_marker
    • Adobe_transform

      byte Adobe_transform
    • CCIR601_sampling

      boolean CCIR601_sampling
    • marker_list

    • max_h_samp_factor

      int max_h_samp_factor
    • max_v_samp_factor

      int max_v_samp_factor
    • min_DCT_scaled_size

      int min_DCT_scaled_size
    • total_iMCU_rows

      int total_iMCU_rows
    • sample_range_limit

      byte[] sample_range_limit
    • sample_range_limit_offset

      int sample_range_limit_offset
    • comps_in_scan

      int comps_in_scan
    • cur_comp_info

    • MCUs_per_row

      int MCUs_per_row
    • MCU_rows_in_scan

      int MCU_rows_in_scan
    • blocks_in_MCU

      int blocks_in_MCU
    • MCU_membership

      int[] MCU_membership
    • Ss

      int Ss
    • Se

      int Se
    • Ah

      int Ah
    • Al

      int Al
    • unread_marker

      int unread_marker
    • workspace

      int[] workspace
    • row_ctr

      int[] row_ctr
    • master

    • main

    • coef

    • post

    • inputctl

    • marker

    • entropy

    • idct

    • upsample

    • cconvert

    • cquantize

  • Constructor Details

    • jpeg_decompress_struct

      jpeg_decompress_struct()