static final class JPEGDecoder.jpeg_upsampler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[][][] |
color_buf |
(package private) int[] |
color_buf_offset |
(package private) byte[] |
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) byte[] |
v_expand |
Constructor and Description |
---|
JPEGDecoder.jpeg_upsampler() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
start_pass(JPEGDecoder.jpeg_decompress_struct cinfo) |
boolean need_context_rows
byte[][][] color_buf
int[] color_buf_offset
int[] methods
int next_row_out
int rows_to_go
int[] rowgroup_height
byte[] h_expand
byte[] v_expand
void start_pass(JPEGDecoder.jpeg_decompress_struct cinfo)