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

12

/external/grub/stage2/
H A Dserial.c29 static char input_buf[8]; variable
230 if (*((unsigned short *) input_buf) != ('\e' | ('[' << 8)))
240 if (three_code_table[i].key == input_buf[2])
242 input_buf[0] = three_code_table[i].ascii;
244 grub_memmove (input_buf + 1, input_buf + 3, npending - 1);
252 short key = *((short *) (input_buf + 2));
259 input_buf[0] = four_code_table[i].ascii;
261 grub_memmove (input_buf + 1, input_buf
[all...]
/external/jpeg/
H A Djsimd_neon.c39 JSAMPIMAGE input_buf, JDIMENSION input_row,
43 JSAMPIMAGE input_buf, JDIMENSION input_row,
63 JSAMPIMAGE input_buf, JDIMENSION input_row,
70 neonfct(cinfo->output_width, input_buf,
76 JSAMPIMAGE input_buf, JDIMENSION input_row,
83 neonfct(cinfo->output_width, input_buf,
62 jsimd_ycc_rgba8888_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
75 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
H A Djsimd_neon.h69 JSAMPIMAGE input_buf, JDIMENSION input_row,
74 JSAMPIMAGE input_buf, JDIMENSION input_row,
H A Djdcolor.c142 JSAMPIMAGE input_buf, JDIMENSION input_row,
160 inptr0 = input_buf[0][input_row];
161 inptr1 = input_buf[1][input_row];
162 inptr2 = input_buf[2][input_row];
183 JSAMPIMAGE input_buf, JDIMENSION input_row,
201 inptr0 = input_buf[0][input_row];
202 inptr1 = input_buf[1][input_row];
203 inptr2 = input_buf[2][input_row];
224 JSAMPIMAGE input_buf, JDIMENSION input_row,
244 inptr0 = input_buf[
141 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
182 ycc_rgba_8888_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
223 ycc_rgb_565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
295 ycc_rgb_565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
373 rgb_rgba_8888_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
399 rgb_rgb_565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
450 rgb_rgb_565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
511 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
543 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
559 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
580 gray_rgba_8888_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
601 gray_rgb_565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
638 gray_rgb_565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
691 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Djdmerge.c67 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
204 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
218 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
227 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr,
251 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
268 inptr0 = input_buf[0][in_row_group_ctr];
269 inptr1 = input_buf[1][in_row_group_ctr];
270 inptr2 = input_buf[2][in_row_group_ctr];
310 JSAMPIMAGE input_buf, JDIMENSIO
162 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
217 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
250 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
309 h2v1_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
373 h2v1_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
447 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
523 h2v2_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
608 h2v2_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djdpostct.c48 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
55 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
61 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
127 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
142 input_buf, in_row_group_ctr, in_row_groups_avail,
159 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
177 input_buf, in_row_group_ctr, in_row_groups_avail,
203 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
126 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
158 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
202 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 Djccolor.c127 * can easily adjust the passed input_buf value to accommodate any row
133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
145 inptr = *input_buf++;
189 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
201 inptr = *input_buf++;
228 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
240 inptr = *input_buf++;
283 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
293 inptr = *input_buf++;
342 JSAMPARRAY input_buf, JSAMPIMAG
132 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
188 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
227 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
282 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
341 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
[all...]
H A Djcmainct.c55 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
59 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
114 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
123 input_buf, in_row_ctr, in_rows_avail,
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
199 input_buf, in_row_ctr, in_rows_avail,
113 process_data_simple_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
169 process_data_buffer_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
H A Djccoefct.c62 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
65 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
67 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
138 * NB: input_buf contains a plane for each component in image,
143 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
158 /* Determine where data comes from in input_buf and do the DCT thing.
178 input_buf[compptr->component_index],
237 * NB: input_buf contains a plane for each component in image. All
245 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
283 input_buf[c
[all...]
H A Djpegint.h59 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
67 JSAMPARRAY input_buf,
79 JSAMPIMAGE input_buf));
86 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
94 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
200 JSAMPIMAGE input_buf,
265 JSAMPIMAGE input_buf,
279 JSAMPIMAGE input_buf, JDIMENSION input_row,
287 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
H A Djquant1.c459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
473 ptrin = input_buf[row];
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
502 ptrin = input_buf[row];
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
537 input_ptr = input_buf[row] + ci;
565 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
586 input_ptr = input_buf[row];
610 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
641 input_ptr = input_buf[ro
[all...]
H A Djcprepct.c129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
145 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
196 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
212 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
128 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
195 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.c224 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
236 ptr = input_buf[row];
916 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
929 inptr = input_buf[row];
950 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
975 inptr = input_buf[row];
915 pass2_no_dither(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) argument
949 pass2_fs_dither(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) argument
H A Djcsample.c115 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
125 in_ptr = input_buf[ci] + in_row_index;
114 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.c90 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
108 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),
89 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
/external/qemu/distrib/jpeg-6b/
H A Djdcolor.c140 JSAMPIMAGE input_buf, JDIMENSION input_row,
158 inptr0 = input_buf[0][input_row];
159 inptr1 = input_buf[1][input_row];
160 inptr2 = input_buf[2][input_row];
181 JSAMPIMAGE input_buf, JDIMENSION input_row,
199 inptr0 = input_buf[0][input_row];
200 inptr1 = input_buf[1][input_row];
201 inptr2 = input_buf[2][input_row];
222 JSAMPIMAGE input_buf, JDIMENSION input_row,
242 inptr0 = input_buf[
139 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
180 ycc_rgba_8888_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
221 ycc_rgb_565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
293 ycc_rgb_565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
371 rgb_rgba_8888_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
397 rgb_rgb_565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
448 rgb_rgb_565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
509 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
541 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
557 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
578 gray_rgba_8888_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
599 gray_rgb_565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
636 gray_rgb_565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
689 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Djdmerge.c67 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
204 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
218 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
227 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr,
251 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
268 inptr0 = input_buf[0][in_row_group_ctr];
269 inptr1 = input_buf[1][in_row_group_ctr];
270 inptr2 = input_buf[2][in_row_group_ctr];
310 JSAMPIMAGE input_buf, JDIMENSIO
162 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
217 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
250 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
309 h2v1_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
373 h2v1_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
447 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
523 h2v2_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
608 h2v2_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djdpostct.c48 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
55 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
61 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
127 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
142 input_buf, in_row_group_ctr, in_row_groups_avail,
159 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
177 input_buf, in_row_group_ctr, in_row_groups_avail,
203 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
126 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
158 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
202 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 Djccolor.c127 * can easily adjust the passed input_buf value to accommodate any row
133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
145 inptr = *input_buf++;
180 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
192 inptr = (unsigned short*)(*input_buf++);
226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
238 inptr = (INT32*)(*input_buf++);
282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
294 inptr = *input_buf++;
321 JSAMPARRAY input_buf, JSAMPIMAG
132 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
179 rgb565_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
225 rgba8888_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
281 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
320 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
375 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
434 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
[all...]
H A Djcmainct.c55 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
59 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
114 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
123 input_buf, in_row_ctr, in_rows_avail,
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
199 input_buf, in_row_ctr, in_rows_avail,
113 process_data_simple_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
169 process_data_buffer_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
H A Djccoefct.c62 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
65 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
67 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
138 * NB: input_buf contains a plane for each component in image,
143 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
158 /* Determine where data comes from in input_buf and do the DCT thing.
178 input_buf[compptr->component_index],
237 * NB: input_buf contains a plane for each component in image. All
245 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
283 input_buf[c
[all...]
H A Djpegint.h59 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
67 JSAMPARRAY input_buf,
79 JSAMPIMAGE input_buf));
86 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
94 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
200 JSAMPIMAGE input_buf,
265 JSAMPIMAGE input_buf,
279 JSAMPIMAGE input_buf, JDIMENSION input_row,
287 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
H A Djquant1.c459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
473 ptrin = input_buf[row];
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
502 ptrin = input_buf[row];
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
537 input_ptr = input_buf[row] + ci;
565 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
586 input_ptr = input_buf[row];
610 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
641 input_ptr = input_buf[ro
[all...]
H A Djcprepct.c129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
145 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
196 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
212 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
128 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
195 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.c224 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, argument
236 ptr = input_buf[row];
916 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
929 inptr = input_buf[row];
950 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows)
975 inptr = input_buf[row];
915 pass2_no_dither(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) argument
949 pass2_fs_dither(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) argument

Completed in 255 milliseconds

12