Home
last modified time | relevance | path

Searched refs:dstinfo (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Djctrans.c68 j_compress_ptr dstinfo) in jpeg_copy_critical_parameters() argument
76 if (dstinfo->global_state != CSTATE_START) in jpeg_copy_critical_parameters()
77 ERREXIT1(dstinfo, JERR_BAD_STATE, dstinfo->global_state); in jpeg_copy_critical_parameters()
79 dstinfo->image_width = srcinfo->image_width; in jpeg_copy_critical_parameters()
80 dstinfo->image_height = srcinfo->image_height; in jpeg_copy_critical_parameters()
81 dstinfo->input_components = srcinfo->num_components; in jpeg_copy_critical_parameters()
82 dstinfo->in_color_space = srcinfo->jpeg_color_space; in jpeg_copy_critical_parameters()
84 dstinfo->jpeg_width = srcinfo->output_width; in jpeg_copy_critical_parameters()
85 dstinfo->jpeg_height = srcinfo->output_height; in jpeg_copy_critical_parameters()
86 dstinfo->min_DCT_h_scaled_size = srcinfo->min_DCT_h_scaled_size; in jpeg_copy_critical_parameters()
[all …]
Dtransupp.c31 #define dstinfo_min_DCT_h_scaled_size dstinfo->min_DCT_h_scaled_size
32 #define dstinfo_min_DCT_v_scaled_size dstinfo->min_DCT_v_scaled_size
92 do_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, in do_crop() argument
106 for (ci = 0; ci < dstinfo->num_components; ci++) { in do_crop()
107 compptr = dstinfo->comp_info + ci; in do_crop()
130 do_flip_h_no_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, in do_flip_h_no_crop() argument
150 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_flip_h_no_crop()
152 for (ci = 0; ci < dstinfo->num_components; ci++) { in do_flip_h_no_crop()
153 compptr = dstinfo->comp_info + ci; in do_flip_h_no_crop()
197 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, in do_flip_h() argument
[all …]
Djpegtran.c376 struct jpeg_compress_struct dstinfo; in main() local
402 dstinfo.err = jpeg_std_error(&jdsterr); in main()
403 jpeg_create_compress(&dstinfo); in main()
413 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE); in main()
415 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use; in main()
453 start_progress_monitor((j_common_ptr) &dstinfo, &progress); in main()
481 jpeg_copy_critical_parameters(&srcinfo, &dstinfo); in main()
487 dst_coef_arrays = jtransform_adjust_parameters(&srcinfo, &dstinfo, in main()
516 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE); in main()
519 jpeg_stdio_dest(&dstinfo, fp); in main()
[all …]
Dtransupp.h166 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
170 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
206 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
Djpeglib.h1040 j_compress_ptr dstinfo);
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jctrans.c64 j_compress_ptr dstinfo) in jpeg_copy_critical_parameters() argument
72 if (dstinfo->global_state != CSTATE_START) in jpeg_copy_critical_parameters()
73 ERREXIT1(dstinfo, JERR_BAD_STATE, dstinfo->global_state); in jpeg_copy_critical_parameters()
75 dstinfo->image_width = srcinfo->image_width; in jpeg_copy_critical_parameters()
76 dstinfo->image_height = srcinfo->image_height; in jpeg_copy_critical_parameters()
77 dstinfo->input_components = srcinfo->num_components; in jpeg_copy_critical_parameters()
78 dstinfo->in_color_space = srcinfo->jpeg_color_space; in jpeg_copy_critical_parameters()
80 jpeg_set_defaults(dstinfo); in jpeg_copy_critical_parameters()
84 jpeg_set_colorspace(dstinfo, srcinfo->jpeg_color_space); in jpeg_copy_critical_parameters()
85 dstinfo->data_precision = srcinfo->data_precision; in jpeg_copy_critical_parameters()
[all …]
Dtransupp.h105 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
110 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
134 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
Djpeglib.h1123 j_compress_ptr dstinfo));