Class charls.scan_encoder

java.lang.Object
gov.nih.mipav.model.file.charls.scan_codec
gov.nih.mipav.model.file.charls.scan_encoder
Direct Known Subclasses:
charls.scan_encoder_impl, charls.scan_encoder_tester
Enclosing class:
charls

class charls.scan_encoder extends charls.scan_codec
  • Field Details

    • bit_buffer_

      int bit_buffer_
    • free_bit_count_

      int free_bit_count_
    • compressed_length_

      int compressed_length_
    • mask_

      int mask_
    • position_

      byte[] position_
    • position_offset

      int position_offset
    • is_ff_written_

      boolean is_ff_written_
    • bytes_written_

      int bytes_written_
  • Constructor Details

  • Method Details

    • initialize

      void initialize(charls.span8 destination)
    • encode_run_pixels

      void encode_run_pixels(int run_length, boolean end_of_line)
    • append_to_bit_stream

      void append_to_bit_stream(int bits, int bit_count)
    • end_scan

      void end_scan()
    • flush

      void flush()
    • get_length

      int get_length()
    • append_ones_to_bit_stream

      void append_ones_to_bit_stream(int bit_count)