HomeSort by relevance Sort by last modified time
    Searched refs:dstinfo (Results 1 - 5 of 5) sorted by null

  /external/libjpeg-turbo/
jctrans.c 68 j_compress_ptr dstinfo)
76 if (dstinfo->global_state != CSTATE_START)
77 ERREXIT1(dstinfo, JERR_BAD_STATE, dstinfo->global_state);
79 dstinfo->image_width = srcinfo->image_width;
80 dstinfo->image_height = srcinfo->image_height;
81 dstinfo->input_components = srcinfo->num_components;
82 dstinfo->in_color_space = srcinfo->jpeg_color_space;
84 dstinfo->jpeg_width = srcinfo->output_width;
85 dstinfo->jpeg_height = srcinfo->output_height
    [all...]
transupp.c 31 #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,
106 for (ci = 0; ci < dstinfo->num_components; ci++) {
107 compptr = dstinfo->comp_info + ci;
130 do_flip_h_no_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
150 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size);
152 for (ci = 0; ci < dstinfo->num_components; ci++) {
153 compptr = dstinfo->comp_info + ci;
197 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
    [all...]
jpegtran.c 376 struct jpeg_compress_struct dstinfo; local
402 dstinfo.err = jpeg_std_error(&jdsterr);
403 jpeg_create_compress(&dstinfo);
413 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
415 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use;
453 start_progress_monitor((j_common_ptr) &dstinfo, &progress);
481 jpeg_copy_critical_parameters(&srcinfo, &dstinfo);
487 dst_coef_arrays = jtransform_adjust_parameters(&srcinfo, &dstinfo,
516 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
519 jpeg_stdio_dest(&dstinfo, fp)
    [all...]
transupp.h 166 (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,
jpeglib.h     [all...]

Completed in 171 milliseconds