Searched defs:input_row (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djutils.c149 jcopy_block_row (JBLOCKROW input_row, JBLOCKROW output_row, argument
154 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));
159 inptr = (JCOEFPTR) input_row;
H A Djdcolor.c125 JSAMPIMAGE input_buf, JDIMENSION input_row,
143 inptr0 = input_buf[0][input_row];
144 inptr1 = input_buf[1][input_row];
145 inptr2 = input_buf[2][input_row];
146 input_row++;
174 JSAMPIMAGE input_buf, JDIMENSION input_row,
185 inptr = input_buf[ci][input_row];
192 input_row++;
206 JSAMPIMAGE input_buf, JDIMENSION input_row,
209 jcopy_sample_rows(input_buf[0], (int) input_row, output_bu
124 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
173 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
205 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
220 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
248 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]

Completed in 28 milliseconds