Searched refs:srcinfo (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dtransupp.c79 do_crop (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument
99 dst_buffer = (*srcinfo->mem->access_virt_barray)
100 ((j_common_ptr) srcinfo, dst_coef_arrays[ci], dst_blk_y,
102 src_buffer = (*srcinfo->mem->access_virt_barray)
103 ((j_common_ptr) srcinfo, src_coef_arrays[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);
144 buffer = (*srcinfo->mem->access_virt_barray)
145 ((j_common_ptr) srcinfo, src_coef_arrays[ci], blk_y,
183 do_flip_h (j_decompress_ptr srcinfo, j_compress_pt argument
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
858 jtransform_request_workspace(j_decompress_ptr srcinfo, jpeg_transform_info *info) 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
1466 jcopy_markers_setup(j_decompress_ptr srcinfo, JCOPY_OPTION option) argument
1491 jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JCOPY_OPTION option) argument
[all...]
H A Djctrans.c63 jpeg_copy_critical_parameters (j_decompress_ptr srcinfo, argument
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;
84 jpeg_set_colorspace(dstinfo, srcinfo->jpeg_color_space);
85 dstinfo->data_precision = srcinfo->data_precision;
86 dstinfo->CCIR601_sampling = srcinfo->CCIR601_sampling;
89 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
94 srcinfo
[all...]
H A Djpegtran.c359 struct jpeg_decompress_struct srcinfo; local
383 srcinfo.err = jpeg_std_error(&jsrcerr);
384 jpeg_create_decompress(&srcinfo);
393 enable_signal_catcher((j_common_ptr) &srcinfo);
406 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use;
448 jpeg_stdio_src(&srcinfo, fp);
451 jcopy_markers_setup(&srcinfo, copyoption);
454 (void) jpeg_read_header(&srcinfo, TRUE);
463 !jtransform_perfect_transform(srcinfo.image_width, srcinfo
[all...]
H A Dtransupp.h158 JPP((j_decompress_ptr srcinfo, jpeg_transform_info *info));
161 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
166 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
201 JPP((j_decompress_ptr srcinfo, JCOPY_OPTION option));
204 JPP((j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
H A Djpeglib.h1051 EXTERN(void) jpeg_copy_critical_parameters JPP((j_decompress_ptr srcinfo,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djctrans.c69 jpeg_copy_critical_parameters (j_decompress_ptr srcinfo, argument
81 dstinfo->image_width = srcinfo->image_width;
82 dstinfo->image_height = srcinfo->image_height;
83 dstinfo->input_components = srcinfo->num_components;
84 dstinfo->in_color_space = srcinfo->jpeg_color_space;
90 jpeg_set_colorspace(dstinfo, srcinfo->jpeg_color_space);
91 dstinfo->data_precision = srcinfo->data_precision;
92 dstinfo->CCIR601_sampling = srcinfo->CCIR601_sampling;
95 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
100 srcinfo
[all...]
H A Djpegtran.c336 struct jpeg_decompress_struct srcinfo; local
358 srcinfo.err = jpeg_std_error(&jsrcerr);
359 jpeg_create_decompress(&srcinfo);
368 enable_signal_catcher((j_common_ptr) &srcinfo);
381 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use;
434 jpeg_stdio_src(&srcinfo, input_file);
437 jcopy_markers_setup(&srcinfo, copyoption);
440 (void) jpeg_read_header(&srcinfo, TRUE);
446 jtransform_request_workspace(&srcinfo, &transformoption);
450 src_coef_arrays = jpeg_read_coefficients(&srcinfo);
[all...]
H A Djpeglib.h1018 EXTERN(void) jpeg_copy_critical_parameters JPP((j_decompress_ptr srcinfo,

Completed in 85 milliseconds