/third_party/skia/third_party/externals/libjpeg-turbo/simd/ |
D | jsimd.h | 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, 51 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 54 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 59 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 62 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 65 (JDIMENSION img_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jsimd.h | 24 JSAMPIMAGE output_buf, 27 JSAMPIMAGE output_buf, 30 JSAMPIMAGE input_buf, JDIMENSION input_row, 33 JSAMPIMAGE input_buf, 37 JSAMPIMAGE output_buf, JDIMENSION output_row, 98 JSAMPIMAGE input_buf, 102 JSAMPIMAGE input_buf,
|
D | jpegint.h | 84 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, 190 int (*decompress_data) (j_decompress_ptr cinfo, JSAMPIMAGE output_buf); 198 void (*post_process_data) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, 251 void (*upsample) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, 262 void (*color_convert) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
|
D | jsimd_none.c | 55 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 62 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert() 68 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert() 75 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert() 83 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_c_null_convert() 210 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() 216 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()
|
D | jdpostct.c | 50 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()
|
D | jdcolor.c | 254 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() 656 ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in ycc_rgb565_convert() 667 ycc_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in ycc_rgb565D_convert() 678 rgb_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in rgb_rgb565_convert() [all …]
|
D | jdmerge.c | 223 merged_2v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in merged_2v_upsample() 274 merged_1v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in merged_1v_upsample() 306 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample() 351 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample() 478 h2v1_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565() 491 h2v1_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565D() 504 h2v2_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565() 517 h2v2_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565D()
|
D | jccoefct.c | 61 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()
|
D | jdcolext.c | 31 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() 114 rgb_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL()
|
D | jccolext.c | 33 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()
|
D | jdcol565.c | 20 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()
|
D | jccolor.c | 235 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()
|
D | jdmrg565.c | 18 h2v1_merged_upsample_565_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL() 89 JSAMPIMAGE input_buf, in LOCAL() 162 h2v2_merged_upsample_565_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in LOCAL() 258 JSAMPIMAGE input_buf, in LOCAL()
|
D | jdmerge.h | 24 void (*upmethod) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf,
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jsimd.c | 164 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 …]
|
D | jdmrgext-sse2.asm | 25 ; JSAMPIMAGE input_buf, 31 %define input_buf(b) (b) + 12 ; JSAMPIMAGE input_buf 68 mov edi, JSAMPIMAGE [input_buf(eax)]
|
D | jdmrgext-mmx.asm | 24 ; jsimd_h2v1_merged_upsample_mmx(JDIMENSION output_width, JSAMPIMAGE input_buf, 30 %define input_buf(b) (b) + 12 ; JSAMPIMAGE input_buf 66 mov edi, JSAMPIMAGE [input_buf(eax)]
|
D | jdmrgext-avx2.asm | 26 ; JSAMPIMAGE input_buf, 32 %define input_buf(b) (b) + 12 ; JSAMPIMAGE input_buf 69 mov edi, JSAMPIMAGE [input_buf(eax)]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jsimd.c | 149 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 …]
|
D | jdmrgext-avx2.asm | 27 ; JSAMPIMAGE input_buf, 33 ; r11 = JSAMPIMAGE input_buf
|
D | jdmrgext-sse2.asm | 26 ; JSAMPIMAGE input_buf, 32 ; r11 = JSAMPIMAGE input_buf
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/ |
D | jsimd.c | 222 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 225 void (*neonfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 260 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert() 263 void (*neonfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert() 297 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert() 301 void (*neonfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert() 335 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert() 561 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() 564 void (*neonfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY); in jsimd_h2v2_merged_upsample() 598 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
D | jsimd.c | 248 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 251 void (*neonfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_ycc_convert() 307 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert() 310 void (*neonfct) (JDIMENSION, JSAMPARRAY, JSAMPIMAGE, JDIMENSION, int); in jsimd_rgb_gray_convert() 344 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert() 348 void (*neonfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY, int); in jsimd_ycc_rgb_convert() 403 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert() 629 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() 632 void (*neonfct) (JDIMENSION, JSAMPIMAGE, JDIMENSION, JSAMPARRAY); in jsimd_h2v2_merged_upsample() 666 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/ |
D | jsimdcfg.inc.h | 91 %define JSAMPIMAGE POINTER ; JSAMPARRAY * (jpeglib.h) 95 %define SIZEOF_JSAMPIMAGE SIZEOF_POINTER ; sizeof(JSAMPIMAGE)
|
D | jsimdcfg.inc | 59 %define JSAMPIMAGE POINTER ; JSAMPARRAY * (jpeglib.h) 63 %define SIZEOF_JSAMPIMAGE SIZEOF_POINTER ; sizeof(JSAMPIMAGE)
|