Searched refs:dstinfo (Results 1 - 10 of 10) sorted by relevance

/external/opencv3/3rdparty/libjpeg/
H A Djctrans.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;
80 dstinfo->jpeg_width = srcinfo->output_width;
81 dstinfo
64 jpeg_copy_critical_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo) argument
[all...]
H A Djpeglib.h1090 j_compress_ptr dstinfo));
/external/libjpeg-turbo/
H A Djctrans.c67 j_compress_ptr dstinfo)
75 if (dstinfo->global_state != CSTATE_START)
76 ERREXIT1(dstinfo, JERR_BAD_STATE, dstinfo->global_state);
78 dstinfo->image_width = srcinfo->image_width;
79 dstinfo->image_height = srcinfo->image_height;
80 dstinfo->input_components = srcinfo->num_components;
81 dstinfo->in_color_space = srcinfo->jpeg_color_space;
83 dstinfo->jpeg_width = srcinfo->output_width;
84 dstinfo
66 jpeg_copy_critical_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo) argument
[all...]
H A Djpegtran.c375 struct jpeg_compress_struct dstinfo; local
401 dstinfo.err = jpeg_std_error(&jdsterr);
402 jpeg_create_compress(&dstinfo);
412 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
414 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use;
452 start_progress_monitor((j_common_ptr) &dstinfo, &progress);
480 jpeg_copy_critical_parameters(&srcinfo, &dstinfo);
486 dst_coef_arrays = jtransform_adjust_parameters(&srcinfo, &dstinfo,
515 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
518 jpeg_stdio_dest(&dstinfo, f
[all...]
H A Dtransupp.c30 #define dstinfo_min_DCT_h_scaled_size dstinfo->min_DCT_h_scaled_size
31 #define dstinfo_min_DCT_v_scaled_size dstinfo->min_DCT_v_scaled_size
91 do_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
105 for (ci = 0; ci < dstinfo->num_components; ci++) {
106 compptr = dstinfo->comp_info + ci;
129 do_flip_h_no_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
149 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size);
151 for (ci = 0; ci < dstinfo->num_components; ci++) {
152 compptr = dstinfo->comp_info + ci;
196 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
258 do_flip_v(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
338 do_transpose(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
386 do_rot_90(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
467 do_rot_270(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
538 do_rot_180(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
646 do_transverse(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, jvirt_barray_ptr *src_coef_arrays, jvirt_barray_ptr *dst_coef_arrays) argument
1132 transpose_critical_parameters(j_compress_ptr dstinfo) argument
1344 jtransform_adjust_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
1451 jtransform_execute_transform(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
1588 jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JCOPY_OPTION option) argument
[all...]
H A Dtransupp.h165 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
169 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
205 (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
H A Djpeglib.h1038 j_compress_ptr dstinfo);
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jctrans.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.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,
H A Djpeglib.h1123 j_compress_ptr dstinfo));

Completed in 259 milliseconds