Searched defs:input_buf (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdcolor.c | 205 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycc_rgb_convert() 279 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_gray_convert() 319 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb1_rgb_convert() 357 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb1_gray_convert() 399 JSAMPIMAGE input_buf, JDIMENSION input_row, in rgb_convert() 431 JSAMPIMAGE input_buf, JDIMENSION input_row, in null_convert() 464 JSAMPIMAGE input_buf, JDIMENSION input_row, in grayscale_convert() 480 JSAMPIMAGE input_buf, JDIMENSION input_row, in gray_rgb_convert() 509 JSAMPIMAGE input_buf, JDIMENSION input_row, in ycck_cmyk_convert()
|
A D | jccolor.c | 144 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() 200 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() 238 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in cmyk_ycck_convert() 296 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_rgb1_convert() 335 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in grayscale_convert() 363 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_convert() 396 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in null_convert()
|
A D | jdpostct.c | 127 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_1pass() 159 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_prepass() 203 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in post_process_2pass()
|
A D | jdmerge.c | 187 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() 236 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() 269 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() 331 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v2_merged_upsample()
|
A D | jcmainct.c | 115 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_simple_main() 171 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main()
|
A D | jccoefct.c | 144 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_data() 249 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_first_pass() 346 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output()
|
A D | jquant1.c | 460 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize() 488 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize3() 516 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_ord_dither() 566 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize3_ord_dither() 611 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_fs_dither()
|
A D | jcprepct.c | 129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_data() 198 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_context()
|
A D | jctrans.c | 275 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output()
|
A D | jquant2.c | 225 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in prescan_quantize() 917 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_no_dither() 951 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_fs_dither()
|
A D | jdsample.c | 91 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in sep_upsample()
|
A D | jcsample.c | 124 JSAMPIMAGE input_buf, JDIMENSION in_row_index, in sep_downsample()
|
Completed in 18 milliseconds