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

123

/external/chromium_org/third_party/libjpeg_turbo/
H A Djdcolext.c31 JSAMPIMAGE input_buf, JDIMENSION input_row,
49 inptr0 = input_buf[0][input_row];
50 inptr1 = input_buf[1][input_row];
51 inptr2 = input_buf[2][input_row];
84 JSAMPIMAGE input_buf, JDIMENSION input_row,
92 inptr = input_buf[0][input_row++];
115 JSAMPIMAGE input_buf, JDIMENSION input_row,
124 inptr0 = input_buf[0][input_row];
125 inptr1 = input_buf[1][input_row];
126 inptr2 = input_buf[
30 ycc_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
83 gray_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
114 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.c54 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
251 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
286 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs);
300 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
309 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr,
333 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
338 extrgb_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr,
343 extrgbx_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr,
347 extbgr_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr,
352 extbgrx_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ct
250 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
299 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
332 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
378 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
[all...]
H A Djdcolor.c253 JSAMPIMAGE input_buf, JDIMENSION input_row,
258 ycc_extrgb_convert_internal(cinfo, input_buf, input_row, output_buf,
263 ycc_extrgbx_convert_internal(cinfo, input_buf, input_row, output_buf,
267 ycc_extbgr_convert_internal(cinfo, input_buf, input_row, output_buf,
272 ycc_extbgrx_convert_internal(cinfo, input_buf, input_row, output_buf,
277 ycc_extxbgr_convert_internal(cinfo, input_buf, input_row, output_buf,
282 ycc_extxrgb_convert_internal(cinfo, input_buf, input_row, output_buf,
286 ycc_rgb_convert_internal(cinfo, input_buf, input_row, output_buf,
326 JSAMPIMAGE input_buf, JDIMENSION input_row,
338 inptr0 = input_buf[
252 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
325 rgb_gray_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
362 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
394 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
408 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
454 rgb_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
503 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
[all...]
H A Djccolor.c233 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
238 extrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
243 extrgbx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
247 extbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
252 extbgrx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
257 extxbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
262 extxrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
266 rgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row,
282 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
287 extrgb_gray_convert_internal(cinfo, input_buf, output_bu
232 rgb_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
327 rgb_rgb_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
377 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
432 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
461 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
[all...]
H A Djsimd.h46 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
50 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
54 JSAMPIMAGE input_buf, JDIMENSION input_row,
92 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
96 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
H A Djccolext.c25 * can easily adjust the passed input_buf value to accommodate any row
32 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
44 inptr = *input_buf++;
89 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
101 inptr = *input_buf++;
126 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
135 inptr = *input_buf++;
31 rgb_ycc_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
88 rgb_gray_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
125 rgb_rgb_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
H A Djdmrgext.c24 JSAMPIMAGE input_buf,
42 inptr0 = input_buf[0][in_row_group_ctr];
43 inptr1 = input_buf[1][in_row_group_ctr];
44 inptr2 = input_buf[2][in_row_group_ctr];
97 JSAMPIMAGE input_buf,
115 inptr00 = input_buf[0][in_row_group_ctr*2];
116 inptr01 = input_buf[0][in_row_group_ctr*2 + 1];
117 inptr1 = input_buf[1][in_row_group_ctr];
118 inptr2 = input_buf[2][in_row_group_ctr];
23 h2v1_merged_upsample_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
96 h2v2_merged_upsample_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) 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 Djsimd_none.c41 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
48 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
55 JSAMPIMAGE input_buf, JDIMENSION input_row,
154 JSAMPIMAGE input_buf,
162 JSAMPIMAGE input_buf,
40 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
47 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
54 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
153 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
161 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd.h156 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
160 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
164 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
168 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
172 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
176 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
180 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
185 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
189 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
193 JSAMPARRAY input_buf, JSAMPIMAG
[all...]
H A Djsimd_arm64.c117 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
124 JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
131 JSAMPIMAGE input_buf, JDIMENSION input_row,
165 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows);
170 JSAMPIMAGE input_buf, JDIMENSION input_row,
174 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row,
288 JSAMPIMAGE input_buf,
296 JSAMPIMAGE input_buf,
116 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
123 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) argument
130 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
169 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) argument
287 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
295 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf) argument
/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...]
/external/pdfium/core/src/fxcodec/libjpeg/
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_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_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_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...]
/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...]

Completed in 579 milliseconds

123