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

12

/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_gpgpu.c86 struct pipe_constant_buffer input_buf; local
88 memset(&input_buf, 0, sizeof(input_buf));
90 input_buf.buffer_size =
92 if (input_buf.buffer_size) {
93 u_upload_data(ilo->uploader, 0, input_buf.buffer_size, 16, info->input,
94 &input_buf.buffer_offset, &input_buf.buffer);
99 launch_grid(ilo, info->block, info->grid, &input_buf, info->pc);
106 if (input_buf
[all...]
/external/libjpeg-turbo/simd/
H A Djsimd.h32 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
35 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
38 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
41 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
44 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
47 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
50 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
55 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
58 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
61 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAG
[all...]
H A Djdmrgext-altivec.c27 JSAMPIMAGE input_buf,
75 inptr0 = input_buf[0][in_row_group_ctr];
76 inptr1 = input_buf[1][in_row_group_ctr];
77 inptr2 = input_buf[2][in_row_group_ctr];
303 JSAMPIMAGE input_buf,
309 inptr = input_buf[0][in_row_group_ctr];
312 input_buf[0][in_row_group_ctr] = input_buf[0][in_row_group_ctr * 2];
313 jsimd_h2v1_merged_upsample_altivec(output_width, input_buf, in_row_group_ctr,
316 input_buf[
26 jsimd_h2v1_merged_upsample_altivec(JDIMENSION output_width, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
302 jsimd_h2v2_merged_upsample_altivec(JDIMENSION output_width, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djsimd_arm.c202 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
235 neonfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
240 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
247 JSAMPIMAGE input_buf, JDIMENSION input_row,
280 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
285 JSAMPIMAGE input_buf, JDIMENSION input_row,
288 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row,
414 JSAMPIMAGE input_buf,
422 JSAMPIMAGE input_buf,
201 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
239 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
246 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
284 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
413 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
421 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
H A Djsimd_i386.c146 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
189 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
191 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
196 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
239 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
241 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
246 JSAMPIMAGE input_buf, JDIMENSION input_row,
289 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
291 mmxfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
296 JSAMPIMAGE input_buf, JDIMENSIO
145 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
195 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
245 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
295 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
550 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
601 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djsimd_powerpc.c195 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
228 altivecfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
233 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
266 altivecfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
271 JSAMPIMAGE input_buf, JDIMENSION input_row,
304 altivecfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
309 JSAMPIMAGE input_buf, JDIMENSION input_row,
514 JSAMPIMAGE input_buf,
548 altivecfct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf);
553 JSAMPIMAGE input_buf,
194 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
232 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
270 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
308 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
513 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
552 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djsimd_x86_64.c128 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
161 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
166 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
199 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
204 JSAMPIMAGE input_buf, JDIMENSION input_row,
237 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
242 JSAMPIMAGE input_buf, JDIMENSION input_row,
449 JSAMPIMAGE input_buf,
483 sse2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf);
488 JSAMPIMAGE input_buf,
127 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
165 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
203 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
241 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
448 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
487 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
/external/libjpeg-turbo/
H A Djdcolext.c32 JSAMPIMAGE input_buf, JDIMENSION input_row,
50 inptr0 = input_buf[0][input_row];
51 inptr1 = input_buf[1][input_row];
52 inptr2 = input_buf[2][input_row];
85 JSAMPIMAGE input_buf, JDIMENSION input_row,
93 inptr = input_buf[0][input_row++];
116 JSAMPIMAGE input_buf, JDIMENSION input_row,
125 inptr0 = input_buf[0][input_row];
126 inptr1 = input_buf[1][input_row];
127 inptr2 = input_buf[
31 ycc_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
84 gray_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
115 rgb_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Djdmerge.c55 void (*upmethod) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
252 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
290 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
304 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
313 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr,
337 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
342 extrgb_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr,
347 extrgbx_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr,
351 extbgr_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr,
356 extbgrx_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ct
251 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
303 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
336 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
382 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
513 h2v1_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
527 h2v1_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
541 h2v2_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
555 h2v2_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djdcolor.c255 JSAMPIMAGE input_buf, JDIMENSION input_row,
260 ycc_extrgb_convert_internal(cinfo, input_buf, input_row, output_buf,
265 ycc_extrgbx_convert_internal(cinfo, input_buf, input_row, output_buf,
269 ycc_extbgr_convert_internal(cinfo, input_buf, input_row, output_buf,
274 ycc_extbgrx_convert_internal(cinfo, input_buf, input_row, output_buf,
279 ycc_extxbgr_convert_internal(cinfo, input_buf, input_row, output_buf,
284 ycc_extxrgb_convert_internal(cinfo, input_buf, input_row, output_buf,
288 ycc_rgb_convert_internal(cinfo, input_buf, input_row, output_buf,
328 JSAMPIMAGE input_buf, JDIMENSION input_row,
340 inptr0 = input_buf[
254 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
327 rgb_gray_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
364 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
426 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
440 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
486 rgb_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
535 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
665 ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
677 ycc_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
689 rgb_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
701 rgb_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
713 gray_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
725 gray_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Djsimd.h23 (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
26 (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
29 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
32 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
35 (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
83 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
86 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
H A Djccolor.c235 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
240 extrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
245 extrgbx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
249 extbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
254 extbgrx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
259 extxbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
264 extxrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
268 rgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
284 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
289 extrgb_gray_convert_internal(cinfo, input_buf, output_bu
234 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
283 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
329 rgb_rgb_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
379 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
434 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
463 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
[all...]
H A Djccolext.c26 * can easily adjust the passed input_buf value to accommodate any row
33 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
45 inptr = *input_buf++;
90 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
102 inptr = *input_buf++;
127 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
136 inptr = *input_buf++;
32 rgb_ycc_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
89 rgb_gray_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
126 rgb_rgb_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
H A Djdmrgext.c25 JSAMPIMAGE input_buf,
43 inptr0 = input_buf[0][in_row_group_ctr];
44 inptr1 = input_buf[1][in_row_group_ctr];
45 inptr2 = input_buf[2][in_row_group_ctr];
98 JSAMPIMAGE input_buf,
116 inptr00 = input_buf[0][in_row_group_ctr*2];
117 inptr01 = input_buf[0][in_row_group_ctr*2 + 1];
118 inptr1 = input_buf[1][in_row_group_ctr];
119 inptr2 = input_buf[2][in_row_group_ctr];
24 h2v1_merged_upsample_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
97 h2v2_merged_upsample_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
H A Djdpostct.c50 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
56 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
61 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
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 Djdcol565.c21 JSAMPIMAGE input_buf, JDIMENSION input_row,
41 inptr0 = input_buf[0][input_row];
42 inptr1 = input_buf[1][input_row];
43 inptr2 = input_buf[2][input_row];
100 JSAMPIMAGE input_buf, JDIMENSION input_row,
122 inptr0 = input_buf[0][input_row];
123 inptr1 = input_buf[1][input_row];
124 inptr2 = input_buf[2][input_row];
186 JSAMPIMAGE input_buf, JDIMENSION input_row,
199 inptr0 = input_buf[
20 ycc_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
99 ycc_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
185 rgb_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
240 rgb_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
299 gray_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
339 gray_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Djdmrg565.c19 JSAMPIMAGE input_buf,
39 inptr0 = input_buf[0][in_row_group_ctr];
40 inptr1 = input_buf[1][in_row_group_ctr];
41 inptr2 = input_buf[2][in_row_group_ctr];
90 JSAMPIMAGE input_buf,
111 inptr0 = input_buf[0][in_row_group_ctr];
112 inptr1 = input_buf[1][in_row_group_ctr];
113 inptr2 = input_buf[2][in_row_group_ctr];
164 JSAMPIMAGE input_buf,
184 inptr00 = input_buf[
18 h2v1_merged_upsample_565_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
89 h2v1_merged_upsample_565D_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
163 h2v2_merged_upsample_565_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
259 h2v2_merged_upsample_565D_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djsimd_none.c54 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
61 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
68 JSAMPIMAGE input_buf, JDIMENSION input_row,
75 JSAMPIMAGE input_buf, JDIMENSION input_row,
82 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
206 JSAMPIMAGE input_buf,
214 JSAMPIMAGE input_buf,
53 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
60 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
67 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
74 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
81 jsimd_c_null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
205 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
213 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
H A Djpegint.h75 void (*process_data) (j_compress_ptr cinfo, JSAMPARRAY input_buf,
82 void (*pre_process_data) (j_compress_ptr cinfo, JSAMPARRAY input_buf,
92 boolean (*compress_data) (j_compress_ptr cinfo, JSAMPIMAGE input_buf);
98 void (*color_convert) (j_compress_ptr cinfo, JSAMPARRAY input_buf,
106 void (*downsample) (j_compress_ptr cinfo, JSAMPIMAGE input_buf,
195 void (*post_process_data) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
248 void (*upsample) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
259 void (*color_convert) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
267 void (*color_quantize) (j_decompress_ptr cinfo, JSAMPARRAY input_buf,
H A Djcmainct.c43 (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
79 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
88 input_buf, in_row_ctr, in_rows_avail,
78 process_data_simple_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdcolor.c121 JSAMPIMAGE input_buf, JDIMENSION input_row,
139 inptr0 = input_buf[0][input_row];
140 inptr1 = input_buf[1][input_row];
141 inptr2 = input_buf[2][input_row];
170 JSAMPIMAGE input_buf, JDIMENSION input_row,
181 inptr = input_buf[ci][input_row];
202 JSAMPIMAGE input_buf, JDIMENSION input_row,
205 jcopy_sample_rows(input_buf[0], (int) input_row, output_buf, 0,
218 JSAMPIMAGE input_buf, JDIMENSION input_row,
226 inptr = input_buf[
120 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
169 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
201 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
217 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
245 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Dfpdfapi_jdpostct.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 Dfpdfapi_jdmerge.c48 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
144 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
179 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
193 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
202 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr,
226 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
243 inptr0 = input_buf[0][in_row_group_ctr];
244 inptr1 = input_buf[1][in_row_group_ctr];
245 inptr2 = input_buf[2][in_row_group_ctr];
288 JSAMPIMAGE input_buf, JDIMENSIO
143 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
192 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
225 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
287 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Dfpdfapi_jccolor.c125 * can easily adjust the passed input_buf value to accommodate any row
131 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
143 inptr = *input_buf++;
187 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
199 inptr = *input_buf++;
226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
238 inptr = *input_buf++;
281 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
291 inptr = *input_buf++;
310 JSAMPARRAY input_buf, JSAMPIMAG
130 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
186 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
225 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
280 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
309 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
[all...]
/external/curl/lib/vauth/
H A Dkrb5_sspi.c281 SecBuffer input_buf[2]; local
332 input_desc.pBuffers = input_buf;
333 input_buf[0].BufferType = SECBUFFER_STREAM;
334 input_buf[0].pvBuffer = chlg;
335 input_buf[0].cbBuffer = curlx_uztoul(chlglen);
336 input_buf[1].BufferType = SECBUFFER_DATA;
337 input_buf[1].pvBuffer = NULL;
338 input_buf[1].cbBuffer = 0;
351 if(input_buf[1].cbBuffer != 4) {
360 memcpy(&indata, input_buf[
[all...]

Completed in 909 milliseconds

12