Package gov.nih.mipav.model.file
Class libjpeg.my_upsampler_jdsample
- java.lang.Object
-
- gov.nih.mipav.model.file.libjpeg.my_upsampler_jdsample
-
- Enclosing class:
- libjpeg
class libjpeg.my_upsampler_jdsample extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[][][]
color_buf8
(package private) short[][][]
color_buf9to12
(package private) short[]
h_expand
(package private) int[]
methods
(package private) boolean
need_context_rows
(package private) int
next_row_out
(package private) int[]
rowgroup_height
(package private) int
rows_to_go
(package private) int
start_pass
(package private) int
upsample
(package private) short[]
v_expand
-
Constructor Summary
Constructors Constructor Description my_upsampler_jdsample()
-
-
-
Field Detail
-
start_pass
int start_pass
-
upsample
int upsample
-
need_context_rows
boolean need_context_rows
-
color_buf8
byte[][][] color_buf8
-
color_buf9to12
short[][][] color_buf9to12
-
methods
int[] methods
-
next_row_out
int next_row_out
-
rows_to_go
int rows_to_go
-
rowgroup_height
int[] rowgroup_height
-
h_expand
short[] h_expand
-
v_expand
short[] v_expand
-
-