Searched refs:input_buf (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
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];
174 JSAMPIMAGE input_buf, JDIMENSION input_row,
185 inptr = input_buf[ci][input_row];
206 JSAMPIMAGE input_buf, JDIMENSION input_row,
209 jcopy_sample_rows(input_buf[0], (int) input_row, output_buf, 0,
221 JSAMPIMAGE input_buf, JDIMENSION input_row,
229 inptr = input_buf[
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...]
H A Djdpostct.c52 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
59 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
65 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
131 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
146 input_buf, in_row_group_ctr, in_row_groups_avail,
163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
181 input_buf, in_row_group_ctr, in_row_groups_avail,
207 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
130 post_process_1pass(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) argument
162 post_process_prepass(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) argument
206 post_process_2pass(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) argument
H A Djdmerge.c53 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
149 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
184 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
198 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
207 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr,
231 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
248 inptr0 = input_buf[0][in_row_group_ctr];
249 inptr1 = input_buf[1][in_row_group_ctr];
250 inptr2 = input_buf[2][in_row_group_ctr];
293 JSAMPIMAGE input_buf, JDIMENSIO
148 merged_2v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) argument
197 merged_1v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) argument
230 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
292 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djccolor.c129 * can easily adjust the passed input_buf value to accommodate any row
135 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
147 inptr = *input_buf++;
191 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
203 inptr = *input_buf++;
229 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
241 inptr = *input_buf++;
284 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
294 inptr = *input_buf++;
313 JSAMPARRAY input_buf, JSAMPIMAG
134 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
190 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
228 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
283 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
312 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
[all...]
H A Djcmainct.c59 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
63 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
118 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
127 input_buf, in_row_ctr, in_rows_avail,
174 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
203 input_buf, in_row_ctr, in_rows_avail,
117 process_data_simple_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
173 process_data_buffer_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
H A Djccoefct.c66 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
69 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
71 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
142 * NB: input_buf contains a plane for each component in image,
147 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
162 /* Determine where data comes from in input_buf and do the DCT thing.
182 input_buf[compptr->component_index],
241 * NB: input_buf contains a plane for each component in image. All
249 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
287 input_buf[c
[all...]
H A Djpegint.h63 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
71 JSAMPARRAY input_buf,
83 JSAMPIMAGE input_buf));
90 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
98 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
184 JSAMPIMAGE input_buf,
239 JSAMPIMAGE input_buf,
253 JSAMPIMAGE input_buf, JDIMENSION input_row,
261 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
H A Djquant1.c463 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
477 ptrin = input_buf[row];
491 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
506 ptrin = input_buf[row];
519 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
541 input_ptr = input_buf[row] + ci;
569 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
590 input_ptr = input_buf[row];
614 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
645 input_ptr = input_buf[ro
[all...]
H A Djcprepct.c133 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
149 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
200 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
216 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
132 pre_process_data(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail) argument
199 pre_process_context(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail) argument
H A Djquant2.c228 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
240 ptr = input_buf[row];
920 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
933 inptr = input_buf[row];
954 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
979 inptr = input_buf[row];
919 pass2_no_dither(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) argument
953 pass2_fs_dither(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) argument
H A Djcsample.c119 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
129 in_ptr = input_buf[ci] + in_row_index;
118 sep_downsample(j_compress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_index, JSAMPIMAGE output_buf, JDIMENSION out_row_group_index) argument
H A Djdsample.c94 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
112 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),
93 sep_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) argument
H A Djctrans.c278 * NB: input_buf is ignored; it is likely to be a NULL pointer.
282 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)

Completed in 54 milliseconds