Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching defs:dstinfo

369   struct jpeg_compress_struct dstinfo;
395 dstinfo.err = jpeg_std_error(&jdsterr);
396 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);
522 jpeg_write_coefficients(&dstinfo, dst_coef_arrays);
525 jcopy_markers_execute(&srcinfo, &dstinfo, copyoption);
529 jtransform_execute_transformation(&srcinfo, &dstinfo,
535 jpeg_finish_compress(&dstinfo);
536 jpeg_destroy_compress(&dstinfo);
545 end_progress_monitor((j_common_ptr) &dstinfo);