Class libjpeg.my_cquantizer

  • Enclosing class:
    libjpeg

    class libjpeg.my_cquantizer
    extends java.lang.Object
    • 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
      • sv_actual

        int sv_actual
      • colorindex8

        byte[][] colorindex8
      • colorindex9to12

        short[][] colorindex9to12
      • is_padded

        boolean is_padded
      • Ncolors

        int[] Ncolors
      • row_index

        int row_index
      • odither

        int[][][] odither
      • fserrors

        int[][] fserrors
      • on_odd_row

        boolean on_odd_row
    • Constructor Detail

      • my_cquantizer

        my_cquantizer()