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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
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 Djpegtran.c360 struct jpeg_compress_struct dstinfo; local
386 dstinfo.err = jpeg_std_error(&jdsterr);
387 jpeg_create_compress(&dstinfo);
404 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
406 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use;
444 start_progress_monitor((j_common_ptr) &dstinfo, &progress);
476 jpeg_copy_critical_parameters(&srcinfo, &dstinfo);
482 dst_coef_arrays = jtransform_adjust_parameters(&srcinfo, &dstinfo,
511 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE);
514 jpeg_stdio_dest(&dstinfo, f
[all...]
H A Dtransupp.c79 do_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
93 for (ci = 0; ci < dstinfo->num_components; ci++) {
94 compptr = dstinfo->comp_info + ci;
117 do_flip_h_no_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
136 MCU_cols = srcinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
138 for (ci = 0; ci < dstinfo->num_components; ci++) {
139 compptr = dstinfo->comp_info + ci;
183 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
201 MCU_cols = srcinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
203 for (ci = 0; ci < dstinfo
244 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
323 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
371 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
451 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
521 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
627 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
1060 transpose_critical_parameters(j_compress_ptr dstinfo) argument
1259 jtransform_adjust_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
1354 jtransform_execute_transform(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, jvirt_barray_ptr *src_coef_arrays, jpeg_transform_info *info) argument
1491 jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JCOPY_OPTION option) argument
[all...]
H A Dtransupp.h161 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
166 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
204 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
H A Djpeglib.h1052 j_compress_ptr dstinfo));

Completed in 82 milliseconds