Package gov.nih.mipav.model.file
Class libjpeg.my_post_controller
- java.lang.Object
-
- gov.nih.mipav.model.file.libjpeg.my_post_controller
-
- Enclosing class:
- libjpeg
class libjpeg.my_post_controller extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[][]
buffer8
(package private) short[][]
buffer9to12
(package private) int[]
next_row
(package private) int
post_process_data
(package private) int
start_pass
(package private) int
starting_row
(package private) int
strip_height
(package private) libjpeg.jvirt_sarray_control
whole_image
-
Constructor Summary
Constructors Constructor Description my_post_controller()
-
-
-
Field Detail
-
start_pass
int start_pass
-
post_process_data
int post_process_data
-
whole_image
libjpeg.jvirt_sarray_control whole_image
-
buffer8
byte[][] buffer8
-
buffer9to12
short[][] buffer9to12
-
strip_height
int strip_height
-
starting_row
int starting_row
-
next_row
int[] next_row
-
-