/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdcolor.c | 223 inptr0 = input_buf[0][input_row]; in ycc_rgb_convert() 224 inptr1 = input_buf[1][input_row]; in ycc_rgb_convert() 225 inptr2 = input_buf[2][input_row]; in ycc_rgb_convert() 291 inptr0 = input_buf[0][input_row]; in rgb_gray_convert() 292 inptr1 = input_buf[1][input_row]; in rgb_gray_convert() 293 inptr2 = input_buf[2][input_row]; in rgb_gray_convert() 329 inptr0 = input_buf[0][input_row]; in rgb1_rgb_convert() 330 inptr1 = input_buf[1][input_row]; in rgb1_rgb_convert() 331 inptr2 = input_buf[2][input_row]; in rgb1_rgb_convert() 369 inptr0 = input_buf[0][input_row]; in rgb1_gray_convert() [all …]
|
A D | jccolor.c | 144 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_ycc_convert() argument 156 inptr = *input_buf++; in rgb_ycc_convert() 200 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_gray_convert() argument 212 inptr = *input_buf++; in rgb_gray_convert() 250 inptr = *input_buf++; in cmyk_ycck_convert() 296 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, in rgb_rgb1_convert() argument 306 inptr = *input_buf++; in rgb_rgb1_convert() 345 inptr = *input_buf++; in grayscale_convert() 372 inptr = *input_buf++; in rgb_convert() 409 inptr = input_buf[0] + ci; in null_convert() [all …]
|
A D | jdmerge.c | 50 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, 187 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_2v_upsample() argument 236 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in merged_1v_upsample() argument 269 JSAMPIMAGE input_buf, JDIMENSION in_row_group_ctr, in h2v1_merged_upsample() argument 286 inptr0 = input_buf[0][in_row_group_ctr]; in h2v1_merged_upsample() 287 inptr1 = input_buf[1][in_row_group_ctr]; in h2v1_merged_upsample() 288 inptr2 = input_buf[2][in_row_group_ctr]; in h2v1_merged_upsample() 348 inptr00 = input_buf[0][in_row_group_ctr*2]; in h2v2_merged_upsample() 349 inptr01 = input_buf[0][in_row_group_ctr*2 + 1]; in h2v2_merged_upsample() 350 inptr1 = input_buf[1][in_row_group_ctr]; in h2v2_merged_upsample() [all …]
|
A D | jdpostct.c | 48 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
|
A D | jcmainct.c | 56 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf, 60 JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf, 115 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_simple_main() argument 124 input_buf, in_row_ctr, in_rows_avail, in process_data_simple_main() 171 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in process_data_buffer_main() argument 202 input_buf, in_row_ctr, in_rows_avail, in process_data_buffer_main()
|
A D | jccoefct.c | 63 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf)); 66 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf)); 68 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf)); 144 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_data() argument 182 input_buf[compptr->component_index], in compress_data() 249 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_first_pass() argument 288 (*forward_DCT) (cinfo, compptr, input_buf[ci], thisblockrow, in compress_first_pass() 331 return compress_output(cinfo, input_buf); in compress_first_pass() 346 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output() argument
|
A D | jpegint.h | 60 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, 68 JSAMPARRAY input_buf, 80 JSAMPIMAGE input_buf)); 87 JSAMPARRAY input_buf, JSAMPIMAGE output_buf, 95 JSAMPIMAGE input_buf, JDIMENSION in_row_index, 183 JSAMPIMAGE input_buf, 234 JSAMPIMAGE input_buf, 248 JSAMPIMAGE input_buf, JDIMENSION input_row, 256 JSAMPARRAY input_buf, JSAMPARRAY output_buf,
|
A D | jquant1.c | 460 color_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize() argument 474 ptrin = input_buf[row]; in color_quantize() 488 color_quantize3 (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in color_quantize3() argument 503 ptrin = input_buf[row]; in color_quantize3() 516 quantize_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_ord_dither() argument 538 input_ptr = input_buf[row] + ci; in quantize_ord_dither() 566 quantize3_ord_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize3_ord_dither() argument 587 input_ptr = input_buf[row]; in quantize3_ord_dither() 611 quantize_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in quantize_fs_dither() argument 642 input_ptr = input_buf[row] + ci; in quantize_fs_dither()
|
A D | jcprepct.c | 129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_data() argument 145 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr, in pre_process_data() 198 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, in pre_process_context() argument 214 (*cinfo->cconvert->color_convert) (cinfo, input_buf + *in_row_ctr, in pre_process_context()
|
A D | jdsample.c | 91 JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, in sep_upsample() argument 109 input_buf[ci] + (*in_row_group_ctr * upsample->rowgroup_height[ci]), in sep_upsample()
|
A D | jquant2.c | 225 prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, in prescan_quantize() argument 237 ptr = input_buf[row]; in prescan_quantize() 917 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_no_dither() argument 930 inptr = input_buf[row]; in pass2_no_dither() 951 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_fs_dither() argument 976 inptr = input_buf[row]; in pass2_fs_dither()
|
A D | jcsample.c | 124 JSAMPIMAGE input_buf, JDIMENSION in_row_index, in sep_downsample() argument 134 in_ptr = input_buf[ci] + in_row_index; in sep_downsample()
|
A D | jctrans.c | 275 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) in compress_output() argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | single_mic_NNDenoise.h | 20 void single_mic_NN_denoise_run(NNDenoiseState * st,int16_t* input_buf);
|