Searched defs:input_buf (Results 1 - 22 of 22) sorted by relevance

/external/jpeg/
H A Djsimd_neon.c38 JSAMPIMAGE input_buf, JDIMENSION input_row,
42 JSAMPIMAGE input_buf, JDIMENSION input_row,
62 JSAMPIMAGE input_buf, JDIMENSION input_row,
69 neonfct(cinfo->output_width, input_buf,
75 JSAMPIMAGE input_buf, JDIMENSION input_row,
82 neonfct(cinfo->output_width, input_buf,
61 jsimd_ycc_rgba8888_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
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 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 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 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 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 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
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 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 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 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
/external/pdfium/core/src/fxcodec/libjpeg/
H A 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,
124 input_buf, in_row_ctr, in_rows_avail,
171 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
200 input_buf, in_row_ctr, in_rows_avail,
114 process_data_simple_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
170 process_data_buffer_main(j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) argument
H A 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,
143 input_buf, in_row_group_ctr, in_row_groups_avail,
160 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
178 input_buf, in_row_group_ctr, in_row_groups_avail,
204 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
127 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
159 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
203 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_jcprepct.c130 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
146 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
197 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
213 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr,
129 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
196 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 Dfpdfapi_jccolor.c126 * can easily adjust the passed input_buf value to accommodate any row
132 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
144 inptr = *input_buf++;
188 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
200 inptr = *input_buf++;
227 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
239 inptr = *input_buf++;
282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
292 inptr = *input_buf++;
311 JSAMPARRAY input_buf, JSAMPIMAG
131 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
187 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
226 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
281 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
310 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
[all...]
H A Dfpdfapi_jcsample.c116 JSAMPIMAGE input_buf, JDIMENSION in_row_index,
126 in_ptr = input_buf[ci] + in_row_index;
115 sep_downsample(j_compress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_index, JSAMPIMAGE output_buf, JDIMENSION out_row_group_index) argument
H A Dfpdfapi_jdcolor.c122 JSAMPIMAGE input_buf, JDIMENSION input_row,
140 inptr0 = input_buf[0][input_row];
141 inptr1 = input_buf[1][input_row];
142 inptr2 = input_buf[2][input_row];
171 JSAMPIMAGE input_buf, JDIMENSION input_row,
182 inptr = input_buf[ci][input_row];
203 JSAMPIMAGE input_buf, JDIMENSION input_row,
206 jcopy_sample_rows(input_buf[0], (int) input_row, output_buf, 0,
219 JSAMPIMAGE input_buf, JDIMENSION input_row,
227 inptr = input_buf[
121 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
170 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
202 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
218 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
246 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Dfpdfapi_jdmerge.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 Dfpdfapi_jdsample.c91 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
109 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]),
90 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/linux-tools-perf/src/tools/lib/traceevent/
H A Devent-parse.c38 static const char *input_buf; variable
55 input_buf = buf;
62 return input_buf;
788 return input_buf[input_buf_ptr++];
796 return input_buf[input_buf_ptr];
1004 save_input_buf = input_buf;
1013 input_buf = save_input_buf;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 247 milliseconds