Class libjpeg.arith_entropy_decoder

java.lang.Object
gov.nih.mipav.model.file.libjpeg.arith_entropy_decoder
Enclosing class:
libjpeg

class libjpeg.arith_entropy_decoder extends Object
  • Field Details

    • start_pass

      int start_pass
    • decode_mcu

      int decode_mcu
    • finish_pass

      int finish_pass
    • c

      int c
    • a

      int a
    • ct

      int ct
    • last_dc_val

      int[] last_dc_val
    • dc_context

      int[] dc_context
    • restarts_to_go

      int restarts_to_go
    • dc_stats

      int[][] dc_stats
    • ac_stats

      int[][] ac_stats
    • fixed_bin

      int[] fixed_bin
  • Constructor Details

    • arith_entropy_decoder

      arith_entropy_decoder()