Home
last modified time | relevance | path

Searched refs:JSAMPIMAGE (Results 1 – 25 of 65) sorted by relevance

123

/external/libjpeg-turbo/simd/
Djsimd.h35 (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,
53 (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, JSAMPIMAGE output_buf,
64 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf,
[all …]
/external/libjpeg-turbo/
Djsimd.h23 JSAMPIMAGE output_buf,
26 JSAMPIMAGE output_buf,
29 JSAMPIMAGE input_buf, JDIMENSION input_row,
32 JSAMPIMAGE input_buf,
36 JSAMPIMAGE output_buf, JDIMENSION output_row,
92 JSAMPIMAGE input_buf,
96 JSAMPIMAGE input_buf,
Djpegint.h84 JSAMPIMAGE output_buf,
92 boolean (*compress_data) (j_compress_ptr cinfo, JSAMPIMAGE input_buf);
99 JSAMPIMAGE output_buf, JDIMENSION output_row,
106 void (*downsample) (j_compress_ptr cinfo, JSAMPIMAGE input_buf,
107 JDIMENSION in_row_index, JSAMPIMAGE output_buf,
187 int (*decompress_data) (j_decompress_ptr cinfo, JSAMPIMAGE output_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,
Djsimd_none.c54 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
61 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
67 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
74 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
82 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_c_null_convert()
197 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample()
203 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()
Djdpostct.c50 JSAMPIMAGE input_buf,
58 JSAMPIMAGE input_buf,
65 JSAMPIMAGE input_buf,
132 post_process_1pass(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in post_process_1pass()
164 post_process_prepass(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in post_process_prepass()
207 post_process_2pass(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in post_process_2pass()
Djdcolor.c254 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in ycc_rgb_convert()
326 rgb_gray_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in rgb_gray_convert()
361 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in null_convert()
422 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in grayscale_convert()
435 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in gray_rgb_convert()
480 rgb_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in rgb_rgb_convert()
528 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in ycck_cmyk_convert()
657 ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in ycc_rgb565_convert()
668 ycc_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in ycc_rgb565D_convert()
679 rgb_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in rgb_rgb565_convert()
[all …]
Djdmerge.c55 void (*upmethod) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
251 merged_2v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in merged_2v_upsample()
302 merged_1v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in merged_1v_upsample()
334 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample()
379 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample()
509 h2v1_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565()
522 h2v1_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565D()
535 h2v2_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565()
548 h2v2_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565D()
Djccoefct.c61 METHODDEF(boolean) compress_data(j_compress_ptr cinfo, JSAMPIMAGE input_buf);
64 JSAMPIMAGE input_buf);
65 METHODDEF(boolean) compress_output(j_compress_ptr cinfo, JSAMPIMAGE input_buf);
141 compress_data(j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_data()
245 compress_first_pass(j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_first_pass()
341 compress_output(j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output()
Djdcolext.c31 ycc_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
84 gray_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
115 rgb_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
Djccolext.c33 JSAMPIMAGE output_buf, JDIMENSION output_row, in LOCAL()
87 JSAMPIMAGE output_buf, JDIMENSION output_row, in LOCAL()
123 JSAMPIMAGE output_buf, JDIMENSION output_row, in LOCAL()
Djdcol565.c20 ycc_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
99 ycc_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
185 rgb_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
240 rgb_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
299 gray_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
339 gray_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
Djccolor.c235 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_ycc_convert()
283 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_gray_convert()
328 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_rgb_convert()
377 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in cmyk_ycck_convert()
428 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in grayscale_convert()
455 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert()
Djdcoefct.c29 JSAMPIMAGE output_buf);
31 METHODDEF(int) decompress_data(j_decompress_ptr cinfo, JSAMPIMAGE output_buf);
36 JSAMPIMAGE output_buf);
85 decompress_onepass(j_decompress_ptr cinfo, JSAMPIMAGE output_buf) in decompress_onepass()
261 decompress_data(j_decompress_ptr cinfo, JSAMPIMAGE output_buf) in decompress_data()
408 decompress_smooth_data(j_decompress_ptr cinfo, JSAMPIMAGE output_buf) in decompress_smooth_data()
/external/libjpeg-turbo/simd/i386/
Djsimd.c164 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
167 void (*avx2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
168 void (*sse2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
169 void (*mmxfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
223 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
226 void (*avx2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert()
227 void (*sse2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert()
228 void (*mmxfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert()
281 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
285 void (*avx2fct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
[all …]
Djdmrgext-avx2.asm28 ; JSAMPIMAGE input_buf,
34 %define input_buf(b) (b) + 12 ; JSAMPIMAGE input_buf
71 mov edi, JSAMPIMAGE [input_buf(eax)]
Djdmrgext-sse2.asm27 ; JSAMPIMAGE input_buf,
33 %define input_buf(b) (b) + 12 ; JSAMPIMAGE input_buf
70 mov edi, JSAMPIMAGE [input_buf(eax)]
Djdmrgext-mmx.asm26 ; jsimd_h2v1_merged_upsample_mmx(JDIMENSION output_width, JSAMPIMAGE input_buf,
32 %define input_buf(b) (b) + 12 ; JSAMPIMAGE input_buf
68 mov edi, JSAMPIMAGE [input_buf(eax)]
/external/libjpeg-turbo/simd/x86_64/
Djsimd.c149 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
152 void (*avx2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
153 void (*sse2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
198 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
201 void (*avx2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert()
202 void (*sse2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert()
246 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
250 void (*avx2fct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
251 void (*sse2fct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
295 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
[all …]
Djdmrgext-avx2.asm28 ; JSAMPIMAGE input_buf,
34 ; r11 = JSAMPIMAGE input_buf
Djdmrgext-sse2.asm27 ; JSAMPIMAGE input_buf,
33 ; r11 = JSAMPIMAGE input_buf
/external/libjpeg-turbo/simd/loongson/
Djsimd.c112 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
115 void (*mmifct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
150 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
156 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
160 void (*mmifct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
194 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
202 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_c_null_convert()
345 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample()
351 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()
/external/libjpeg-turbo/simd/powerpc/
Djsimd.c225 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
228 void (*altivecfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
263 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
266 void (*altivecfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert()
300 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
304 void (*altivecfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
338 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
535 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample()
538 void (*altivecfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY); in jsimd_h2v2_merged_upsample()
572 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()
[all …]
/external/libjpeg-turbo/simd/arm/
Djsimd.c207 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
210 void (*neonfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
245 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
251 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
255 void (*neonfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
289 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
396 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample()
402 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()
/external/libjpeg-turbo/simd/mips/
Djsimd.c204 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
207 void (*dspr2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
242 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
245 void (*dspr2fct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert()
279 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
283 void (*dspr2fct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
317 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
325 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_c_null_convert()
582 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample()
585 void (*dspr2fct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, JSAMPLE *); in jsimd_h2v2_merged_upsample()
[all …]
/external/libjpeg-turbo/simd/arm64/
Djsimd.c233 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert()
236 void (*neonfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert()
280 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
286 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
290 void (*neonfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert()
333 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
458 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample()
464 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()

123