Class libjpeg.my_cquantizer2

  • Enclosing class:
    libjpeg

    class libjpeg.my_cquantizer2
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      my_cquantizer2()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start_pass

        int start_pass
      • color_quantize

        int color_quantize
      • finish_pass

        int finish_pass
      • new_color_map

        int new_color_map
      • sv_colormap8

        byte[][] sv_colormap8
      • sv_colormap9to12

        short[][] sv_colormap9to12
      • desired

        int desired
      • histogram

        short[][][] histogram
      • needs_zeroed

        boolean needs_zeroed
      • fserrors

        int[] fserrors
      • on_odd_row

        boolean on_odd_row
      • error_limiter

        int[] error_limiter
    • Constructor Detail

      • my_cquantizer2

        my_cquantizer2()