Class JPEGDecoder.jpeg_component_info

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

static final class JPEGDecoder.jpeg_component_info extends Object
  • Field Details

    • component_id

      int component_id
    • component_index

      int component_index
    • h_samp_factor

      int h_samp_factor
    • v_samp_factor

      int v_samp_factor
    • quant_tbl_no

      int quant_tbl_no
    • dc_tbl_no

      int dc_tbl_no
    • ac_tbl_no

      int ac_tbl_no
    • width_in_blocks

      int width_in_blocks
    • height_in_blocks

      int height_in_blocks
    • DCT_scaled_size

      int DCT_scaled_size
    • downsampled_width

      int downsampled_width
    • downsampled_height

      int downsampled_height
    • component_needed

      boolean component_needed
    • MCU_width

      int MCU_width
    • MCU_height

      int MCU_height
    • MCU_blocks

      int MCU_blocks
    • MCU_sample_width

      int MCU_sample_width
    • last_col_width

      int last_col_width
    • last_row_height

      int last_row_height
    • quant_table

    • dct_table

      int[] dct_table
  • Constructor Details

    • jpeg_component_info

      jpeg_component_info()