Home
last modified time | relevance | path

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

123

/external/libjpeg-turbo/simd/
Djsimd.h30 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
33 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
36 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
39 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
42 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
45 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
48 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
53 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
56 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
59 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
[all …]
Djsimd_x86_64.c91 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_ycc_convert() argument
124 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert()
129 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_gray_convert() argument
162 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert()
167 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
200 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
205 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
380 JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() argument
414 sse2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf); in jsimd_h2v2_merged_upsample()
419 JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample() argument
[all …]
Djsimd_arm64.c117 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_ycc_convert() argument
124 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_gray_convert() argument
131 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
165 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
170 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
174 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, in jsimd_ycc_rgb565_convert()
288 JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() argument
296 JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample() argument
Djsimd_i386.c141 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_ycc_convert() argument
184 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert()
186 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert()
191 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_gray_convert() argument
234 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert()
236 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert()
241 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
284 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
286 mmxfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
291 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
[all …]
Djsimd_arm.c197 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_ycc_convert() argument
231 neonfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert()
236 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_gray_convert() argument
243 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
277 neonfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
282 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
286 jsimd_ycc_rgb565_convert_neon(cinfo->output_width, input_buf, input_row, in jsimd_ycc_rgb565_convert()
413 JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() argument
421 JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample() argument
/external/libjpeg-turbo/
Djdcolor.c254 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() argument
259 ycc_extrgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
264 ycc_extrgbx_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
268 ycc_extbgr_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
273 ycc_extbgrx_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
278 ycc_extxbgr_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
283 ycc_extxrgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
287 ycc_rgb_convert_internal(cinfo, input_buf, input_row, output_buf, in ycc_rgb_convert()
327 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_gray_convert() argument
339 inptr0 = input_buf[0][input_row]; in rgb_gray_convert()
[all …]
Djdmerge.c54 void (*upmethod) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
251 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument
289 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
303 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument
312 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, in merged_1v_upsample()
336 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument
341 extrgb_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr, in h2v1_merged_upsample()
346 extrgbx_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr, in h2v1_merged_upsample()
350 extbgr_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr, in h2v1_merged_upsample()
355 extbgrx_h2v1_merged_upsample_internal(cinfo, input_buf, in_row_group_ctr, in h2v1_merged_upsample()
[all …]
Djccolor.c234 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() argument
239 extrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_ycc_convert()
244 extrgbx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_ycc_convert()
248 extbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_ycc_convert()
253 extbgrx_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_ycc_convert()
258 extxbgr_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_ycc_convert()
263 extxrgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_ycc_convert()
267 rgb_ycc_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_ycc_convert()
283 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() argument
288 extrgb_gray_convert_internal(cinfo, input_buf, output_buf, output_row, in rgb_gray_convert()
[all …]
Djdcolext.c31 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
49 inptr0 = input_buf[0][input_row]; in LOCAL()
50 inptr1 = input_buf[1][input_row]; in LOCAL()
51 inptr2 = input_buf[2][input_row]; in LOCAL()
84 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
92 inptr = input_buf[0][input_row++]; in LOCAL()
115 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
124 inptr0 = input_buf[0][input_row]; in LOCAL()
125 inptr1 = input_buf[1][input_row]; in LOCAL()
126 inptr2 = input_buf[2][input_row]; in LOCAL()
Djdcol565.c20 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
40 inptr0 = input_buf[0][input_row]; in LOCAL()
41 inptr1 = input_buf[1][input_row]; in LOCAL()
42 inptr2 = input_buf[2][input_row]; in LOCAL()
99 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
121 inptr0 = input_buf[0][input_row]; in LOCAL()
122 inptr1 = input_buf[1][input_row]; in LOCAL()
123 inptr2 = input_buf[2][input_row]; in LOCAL()
185 JSAMPIMAGE input_buf, JDIMENSION input_row, in LOCAL()
198 inptr0 = input_buf[0][input_row]; in LOCAL()
[all …]
Djsimd.h20 (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
23 (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
26 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
29 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row,
32 (j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
80 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
83 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
Djdmrg565.c18 JSAMPIMAGE input_buf, in LOCAL()
38 inptr0 = input_buf[0][in_row_group_ctr]; in LOCAL()
39 inptr1 = input_buf[1][in_row_group_ctr]; in LOCAL()
40 inptr2 = input_buf[2][in_row_group_ctr]; in LOCAL()
89 JSAMPIMAGE input_buf, in LOCAL()
110 inptr0 = input_buf[0][in_row_group_ctr]; in LOCAL()
111 inptr1 = input_buf[1][in_row_group_ctr]; in LOCAL()
112 inptr2 = input_buf[2][in_row_group_ctr]; in LOCAL()
163 JSAMPIMAGE input_buf, in LOCAL()
183 inptr00 = input_buf[0][in_row_group_ctr * 2]; in LOCAL()
[all …]
Djdmrgext.c24 JSAMPIMAGE input_buf, in LOCAL()
42 inptr0 = input_buf[0][in_row_group_ctr]; in LOCAL()
43 inptr1 = input_buf[1][in_row_group_ctr]; in LOCAL()
44 inptr2 = input_buf[2][in_row_group_ctr]; in LOCAL()
97 JSAMPIMAGE input_buf, in LOCAL()
115 inptr00 = input_buf[0][in_row_group_ctr*2]; in LOCAL()
116 inptr01 = input_buf[0][in_row_group_ctr*2 + 1]; in LOCAL()
117 inptr1 = input_buf[1][in_row_group_ctr]; in LOCAL()
118 inptr2 = input_buf[2][in_row_group_ctr]; in LOCAL()
Djsimd_none.c53 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_ycc_convert() argument
60 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_rgb_gray_convert() argument
67 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb_convert() argument
74 JSAMPIMAGE input_buf, JDIMENSION input_row, in jsimd_ycc_rgb565_convert() argument
81 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in jsimd_c_null_convert() argument
204 JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() argument
212 JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample() argument
Djccolext.c32 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in LOCAL()
44 inptr = *input_buf++; in LOCAL()
89 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in LOCAL()
101 inptr = *input_buf++; in LOCAL()
126 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in LOCAL()
135 inptr = *input_buf++; in LOCAL()
Djdpostct.c49 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
55 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
60 (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
126 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_1pass() argument
141 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_1pass()
158 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_prepass() argument
176 input_buf, in_row_group_ctr, in_row_groups_avail, in post_process_prepass()
202 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_2pass() argument
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,
/external/opencv3/3rdparty/libjpeg/
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()
214 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_gray_convert() argument
226 inptr0 = input_buf[0][input_row]; in rgb_gray_convert()
227 inptr1 = input_buf[1][input_row]; in rgb_gray_convert()
228 inptr2 = input_buf[2][input_row]; in rgb_gray_convert()
251 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb1_rgb_convert() argument
261 inptr0 = input_buf[0][input_row]; in rgb1_rgb_convert()
[all …]
Djdmerge.c49 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
145 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument
180 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
194 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument
203 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, in merged_1v_upsample()
227 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument
244 inptr0 = input_buf[0][in_row_group_ctr]; in h2v1_merged_upsample()
245 inptr1 = input_buf[1][in_row_group_ctr]; in h2v1_merged_upsample()
246 inptr2 = input_buf[2][in_row_group_ctr]; in h2v1_merged_upsample()
289 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v2_merged_upsample() argument
[all …]
Djccolor.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()
226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in cmyk_ycck_convert() argument
238 inptr = *input_buf++; in cmyk_ycck_convert()
281 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_rgb1_convert() argument
291 inptr = *input_buf++; in rgb_rgb1_convert()
320 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in grayscale_convert() argument
330 inptr = *input_buf++; in grayscale_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
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdcolor.c121 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() argument
139 inptr0 = input_buf[0][input_row]; in ycc_rgb_convert()
140 inptr1 = input_buf[1][input_row]; in ycc_rgb_convert()
141 inptr2 = input_buf[2][input_row]; in ycc_rgb_convert()
170 JSAMPIMAGE input_buf, JDIMENSION input_row, in null_convert() argument
181 inptr = input_buf[ci][input_row]; in null_convert()
202 JSAMPIMAGE input_buf, JDIMENSION input_row, in grayscale_convert() argument
205 jcopy_sample_rows(input_buf[0], (int) input_row, output_buf, 0, in grayscale_convert()
218 JSAMPIMAGE input_buf, JDIMENSION input_row, in gray_rgb_convert() argument
226 inptr = input_buf[0][input_row++]; in gray_rgb_convert()
[all …]
Dfpdfapi_jdmerge.c52 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr,
148 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument
183 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
197 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument
206 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, in merged_1v_upsample()
230 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument
247 inptr0 = input_buf[0][in_row_group_ctr]; in h2v1_merged_upsample()
248 inptr1 = input_buf[1][in_row_group_ctr]; in h2v1_merged_upsample()
249 inptr2 = input_buf[2][in_row_group_ctr]; in h2v1_merged_upsample()
292 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v2_merged_upsample() argument
[all …]
Dfpdfapi_jccolor.c131 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() argument
143 inptr = *input_buf++; in rgb_ycc_convert()
187 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() argument
199 inptr = *input_buf++; in rgb_gray_convert()
226 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in cmyk_ycck_convert() argument
238 inptr = *input_buf++; in cmyk_ycck_convert()
281 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in grayscale_convert() argument
291 inptr = *input_buf++; in grayscale_convert()
310 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert() argument
323 inptr = *input_buf; in null_convert()
[all …]
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, 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

123