Home
last modified time | relevance | path

Searched defs:input_buf (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
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.c222 merged_2v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in merged_2v_upsample()
273 merged_1v_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in merged_1v_upsample()
305 h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample()
350 h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample()
480 h2v1_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565()
493 h2v1_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565D()
506 h2v2_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565()
519 h2v2_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565D()
Djccolor.c234 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_ycc_convert()
282 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_gray_convert()
327 rgb_rgb_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_rgb_convert()
376 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in cmyk_ycck_convert()
427 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in grayscale_convert()
455 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert()
Djdpostct.c132 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()
Djsimd_none.c53 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert()
60 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
81 jsimd_c_null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
Djdapistd.c295 noop_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in noop_convert()
303 noop_quantize(j_decompress_ptr cinfo, JSAMPARRAY input_buf, in noop_quantize()
310 noop_post_process (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in noop_post_process()
Djccoefct.c141 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()
/third_party/skia/third_party/externals/libjpeg-turbo/
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()
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 …]
Djdmerge.c223 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()
Djccolor.c234 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_ycc_convert()
282 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_gray_convert()
327 rgb_rgb_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_rgb_convert()
376 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in cmyk_ycck_convert()
427 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in grayscale_convert()
455 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert()
Djdpostct.c132 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()
Djccoefct.c141 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()
Djsimd_none.c54 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert()
61 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
82 jsimd_c_null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
/third_party/libjpeg-turbo/
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.c223 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()
479 h2v1_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565()
492 h2v1_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v1_merged_upsample_565D()
505 h2v2_merged_upsample_565(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565()
518 h2v2_merged_upsample_565D(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in h2v2_merged_upsample_565D()
Djccolor.c234 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_ycc_convert()
282 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_gray_convert()
327 rgb_rgb_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in rgb_rgb_convert()
376 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in cmyk_ycck_convert()
427 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in grayscale_convert()
455 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert()
Djdpostct.c132 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()
Djsimd_none.c53 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert()
60 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
81 jsimd_c_null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
Djccoefct.c141 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()
Djdapistd.c295 noop_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in noop_convert()
303 noop_quantize(j_decompress_ptr cinfo, JSAMPARRAY input_buf, in noop_quantize()
311 noop_post_process (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in noop_post_process()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp16_grad/
Dactivation_grad_fp16_test.cc52 auto input_buf = new float16_t[output_data_size]; in TEST_F() local
107 auto input_buf = new float16_t[output_data_size]; in TEST_F() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/
Djsimd.c111 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert()
149 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_gray_convert()
156 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
194 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
201 jsimd_c_null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
/third_party/libjpeg-turbo/simd/loongson/
Djsimd.c111 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert()
149 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_gray_convert()
156 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
194 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
201 jsimd_c_null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, 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()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djsimd.c148 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert()
197 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_gray_convert()
246 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert()
295 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert()
546 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample()
594 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djsimd.c224 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert()
262 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_gray_convert()
300 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, 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()
572 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample()

1234