Package gov.nih.mipav.model.file
Class libjpeg.my_cquantizer2
- java.lang.Object
-
- gov.nih.mipav.model.file.libjpeg.my_cquantizer2
-
- Enclosing class:
- libjpeg
class libjpeg.my_cquantizer2 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
color_quantize
(package private) int
desired
(package private) int[]
error_limiter
(package private) int
finish_pass
(package private) int[]
fserrors
(package private) short[][][]
histogram
(package private) boolean
needs_zeroed
(package private) int
new_color_map
(package private) boolean
on_odd_row
(package private) int
start_pass
(package private) byte[][]
sv_colormap8
(package private) short[][]
sv_colormap9to12
-
Constructor Summary
Constructors Constructor Description my_cquantizer2()
-
-
-
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
-
-