Home
last modified time | relevance | path

Searched refs:input_buf (Results 1 – 25 of 41) sorted by relevance

12

/external/qemu/distrib/jpeg-6b/
Djdcolor.c140 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() argument
158 inptr0 = input_buf[0][input_row]; in ycc_rgb_convert()
159 inptr1 = input_buf[1][input_row]; in ycc_rgb_convert()
160 inptr2 = input_buf[2][input_row]; in ycc_rgb_convert()
181 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgba_8888_convert() argument
199 inptr0 = input_buf[0][input_row]; in ycc_rgba_8888_convert()
200 inptr1 = input_buf[1][input_row]; in ycc_rgba_8888_convert()
201 inptr2 = input_buf[2][input_row]; in ycc_rgba_8888_convert()
222 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565_convert() argument
242 inptr0 = input_buf[0][input_row]; in ycc_rgb_565_convert()
[all …]
Djdmerge.c67 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument
204 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
218 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument
227 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, in merged_1v_upsample()
251 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument
268 inptr0 = input_buf[0][in_row_group_ctr]; in h2v1_merged_upsample()
269 inptr1 = input_buf[1][in_row_group_ctr]; in h2v1_merged_upsample()
270 inptr2 = input_buf[2][in_row_group_ctr]; in h2v1_merged_upsample()
310 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample_565() argument
[all …]
Djccolor.c133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() argument
145 inptr = *input_buf++; in rgb_ycc_convert()
180 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb565_ycc_convert() argument
192 inptr = (unsigned short*)(*input_buf++); in rgb565_ycc_convert()
226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgba8888_ycc_convert() argument
238 inptr = (INT32*)(*input_buf++); in rgba8888_ycc_convert()
282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() argument
294 inptr = *input_buf++; in rgb_gray_convert()
321 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in cmyk_ycck_convert() argument
333 inptr = *input_buf++; in cmyk_ycck_convert()
[all …]
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, in post_process_1pass() argument
142 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_1pass()
159 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_prepass() argument
177 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_prepass()
203 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_2pass() argument
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, in process_data_simple_main() argument
123 input_buf, in_row_ctr, in_rows_avail, in process_data_simple_main()
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main() argument
199 input_buf, in_row_ctr, in_rows_avail, in process_data_buffer_main()
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));
143 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_data() argument
178 input_buf[compptr->component_index], in compress_data()
245 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_first_pass() argument
283 input_buf[ci], thisblockrow, in compress_first_pass()
326 return compress_output(cinfo, input_buf); in compress_first_pass()
341 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output() argument
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,
Djquant1.c459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize() argument
473 ptrin = input_buf[row]; in color_quantize()
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize3() argument
502 ptrin = input_buf[row]; in color_quantize3()
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_ord_dither() argument
537 input_ptr = input_buf[row] + ci; in quantize_ord_dither()
565 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize3_ord_dither() argument
586 input_ptr = input_buf[row]; in quantize3_ord_dither()
610 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_fs_dither() argument
641 input_ptr = input_buf[row] + ci; in quantize_fs_dither()
/external/jpeg/
Djdcolor.c142 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() argument
160 inptr0 = input_buf[0][input_row]; in ycc_rgb_convert()
161 inptr1 = input_buf[1][input_row]; in ycc_rgb_convert()
162 inptr2 = input_buf[2][input_row]; in ycc_rgb_convert()
183 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgba_8888_convert() argument
201 inptr0 = input_buf[0][input_row]; in ycc_rgba_8888_convert()
202 inptr1 = input_buf[1][input_row]; in ycc_rgba_8888_convert()
203 inptr2 = input_buf[2][input_row]; in ycc_rgba_8888_convert()
224 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_565_convert() argument
244 inptr0 = input_buf[0][input_row]; in ycc_rgb_565_convert()
[all …]
Djdmerge.c67 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
163 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument
204 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
218 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument
227 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, in merged_1v_upsample()
251 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument
268 inptr0 = input_buf[0][in_row_group_ctr]; in h2v1_merged_upsample()
269 inptr1 = input_buf[1][in_row_group_ctr]; in h2v1_merged_upsample()
270 inptr2 = input_buf[2][in_row_group_ctr]; in h2v1_merged_upsample()
310 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample_565() argument
[all …]
Djsimd_neon.c39 JSAMPIMAGE input_buf, JDIMENSION input_row,
43 JSAMPIMAGE input_buf, JDIMENSION input_row,
63 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgba8888_convert() argument
70 neonfct(cinfo->output_width, input_buf, in jsimd_ycc_rgba8888_convert()
76 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
83 neonfct(cinfo->output_width, input_buf, in jsimd_ycc_rgb565_convert()
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, in post_process_1pass() argument
142 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_1pass()
159 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_prepass() argument
177 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_prepass()
203 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_2pass() argument
Djccolor.c133 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() argument
145 inptr = *input_buf++; in rgb_ycc_convert()
189 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() argument
201 inptr = *input_buf++; in rgb_gray_convert()
228 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in cmyk_ycck_convert() argument
240 inptr = *input_buf++; in cmyk_ycck_convert()
283 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in grayscale_convert() argument
293 inptr = *input_buf++; in grayscale_convert()
342 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert() argument
354 JSAMPROW inptr = *input_buf; in null_convert()
[all …]
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, in process_data_simple_main() argument
123 input_buf, in_row_ctr, in_rows_avail, in process_data_simple_main()
170 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main() argument
199 input_buf, in_row_ctr, in_rows_avail, in process_data_buffer_main()
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));
143 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_data() argument
178 input_buf[compptr->component_index], in compress_data()
245 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_first_pass() argument
283 input_buf[ci], thisblockrow, in compress_first_pass()
326 return compress_output(cinfo, input_buf); in compress_first_pass()
341 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output() argument
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,
Djquant1.c459 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize() argument
473 ptrin = input_buf[row]; in color_quantize()
487 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize3() argument
502 ptrin = input_buf[row]; in color_quantize3()
515 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_ord_dither() argument
537 input_ptr = input_buf[row] + ci; in quantize_ord_dither()
565 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize3_ord_dither() argument
586 input_ptr = input_buf[row]; in quantize3_ord_dither()
610 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_fs_dither() argument
641 input_ptr = input_buf[row] + ci; in quantize_fs_dither()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdcolor.c122 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() argument
140 inptr0 = input_buf[0][input_row]; in ycc_rgb_convert()
141 inptr1 = input_buf[1][input_row]; in ycc_rgb_convert()
142 inptr2 = input_buf[2][input_row]; in ycc_rgb_convert()
171 JSAMPIMAGE input_buf, JDIMENSION input_row, in null_convert() argument
182 inptr = input_buf[ci][input_row]; in null_convert()
203 JSAMPIMAGE input_buf, JDIMENSION input_row, in grayscale_convert() argument
206 jcopy_sample_rows(input_buf[0], (int) input_row, output_buf, 0, in grayscale_convert()
219 JSAMPIMAGE input_buf, JDIMENSION input_row, in gray_rgb_convert() argument
227 inptr = input_buf[0][input_row++]; in gray_rgb_convert()
[all …]
Dfpdfapi_jdmerge.c53 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
149 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument
184 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
198 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument
207 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, in merged_1v_upsample()
231 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument
248 inptr0 = input_buf[0][in_row_group_ctr]; in h2v1_merged_upsample()
249 inptr1 = input_buf[1][in_row_group_ctr]; in h2v1_merged_upsample()
250 inptr2 = input_buf[2][in_row_group_ctr]; in h2v1_merged_upsample()
293 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v2_merged_upsample() argument
[all …]
Dfpdfapi_jccolor.c132 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() argument
144 inptr = *input_buf++; in rgb_ycc_convert()
188 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() argument
200 inptr = *input_buf++; in rgb_gray_convert()
227 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in cmyk_ycck_convert() argument
239 inptr = *input_buf++; in cmyk_ycck_convert()
282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in grayscale_convert() argument
292 inptr = *input_buf++; in grayscale_convert()
311 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert() argument
324 inptr = *input_buf; in null_convert()
[all …]
Dfpdfapi_jdpostct.c49 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
56 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
62 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
128 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_1pass() argument
143 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_1pass()
160 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_prepass() argument
178 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_prepass()
204 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_2pass() argument
Dfpdfapi_jcmainct.c56 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
60 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf,
115 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_simple_main() argument
124 input_buf, in_row_ctr, in_rows_avail, in process_data_simple_main()
171 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main() argument
200 input_buf, in_row_ctr, in_rows_avail, in process_data_buffer_main()
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,
180 JSAMPIMAGE input_buf,
235 JSAMPIMAGE input_buf,
249 JSAMPIMAGE input_buf, JDIMENSION input_row,
257 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
Dfpdfapi_jccoefct.c63 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
66 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
68 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
144 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_data() argument
179 input_buf[compptr->component_index], in compress_data()
246 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_first_pass() argument
284 input_buf[ci], thisblockrow, in compress_first_pass()
327 return compress_output(cinfo, input_buf); in compress_first_pass()
342 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output() argument
/external/pdfium/core/include/thirdparties/libjpeg/
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,
180 JSAMPIMAGE input_buf,
235 JSAMPIMAGE input_buf,
249 JSAMPIMAGE input_buf, JDIMENSION input_row,
257 JSAMPARRAY input_buf, JSAMPARRAY output_buf,

12