Searched defs:dstinfo (Results 1 - 4 of 4) sorted by relevance

/external/jpeg/
H A Djpegtran.c337 struct jpeg_compress_struct dstinfo; local
361 dstinfo.err = jpeg_std_error(&jdsterr);
362 jpeg_create_compress(&dstinfo);
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
381 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use;
430 start_progress_monitor((j_common_ptr) &dstinfo, &progress);
453 jpeg_copy_critical_parameters(&srcinfo, &dstinfo);
459 dst_coef_arrays = jtransform_adjust_parameters(&srcinfo, &dstinfo,
467 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
470 jpeg_stdio_dest(&dstinfo, output_fil
[all...]
H A Djctrans.c64 j_compress_ptr dstinfo)
72 if (dstinfo->global_state != CSTATE_START)
73 ERREXIT1(dstinfo, JERR_BAD_STATE, dstinfo->global_state);
75 dstinfo->image_width = srcinfo->image_width;
76 dstinfo->image_height = srcinfo->image_height;
77 dstinfo->input_components = srcinfo->num_components;
78 dstinfo->in_color_space = srcinfo->jpeg_color_space;
80 jpeg_set_defaults(dstinfo);
84 jpeg_set_colorspace(dstinfo, srcinf
63 jpeg_copy_critical_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo) argument
[all...]
H A Dtransupp.c66 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
84 for (ci = 0; ci < dstinfo->num_components; ci++) {
85 compptr = dstinfo->comp_info + ci;
115 do_flip_v (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
134 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
136 for (ci = 0; ci < dstinfo->num_components; ci++) {
137 compptr = dstinfo
186 do_transpose(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
230 do_rot_90(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
294 do_rot_270(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
358 do_rot_180(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
459 do_transverse(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
640 transpose_critical_parameters(j_compress_ptr dstinfo) argument
680 trim_right_edge(j_compress_ptr dstinfo) argument
700 trim_bottom_edge(j_compress_ptr dstinfo) argument
732 jtransform_adjust_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
819 jtransform_execute_transformation(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
886 jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JCOPY_OPTION option) argument
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jctrans.c65 j_compress_ptr dstinfo)
73 if (dstinfo->global_state != CSTATE_START)
74 ERREXIT1(dstinfo, JERR_BAD_STATE, dstinfo->global_state);
76 dstinfo->image_width = srcinfo->image_width;
77 dstinfo->image_height = srcinfo->image_height;
78 dstinfo->input_components = srcinfo->num_components;
79 dstinfo->in_color_space = srcinfo->jpeg_color_space;
81 jpeg_set_defaults(dstinfo);
85 jpeg_set_colorspace(dstinfo, srcinf
64 jpeg_copy_critical_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo) argument
[all...]

Completed in 2191 milliseconds