/external/jpeg/ |
H A D | jpegtran.c | 336 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 D | jctrans.c | 63 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 D | transupp.c | 66 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument 89 buffer = (*srcinfo->mem->access_virt_barray) 90 ((j_common_ptr) srcinfo, src_coef_arrays[ci], blk_y, 115 do_flip_v (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument 141 dst_buffer = (*srcinfo->mem->access_virt_barray) 142 ((j_common_ptr) srcinfo, dst_coef_arrays[ci], dst_blk_y, 146 src_buffer = (*srcinfo->mem->access_virt_barray) 147 ((j_common_ptr) srcinfo, src_coef_arrays[ci], 152 src_buffer = (*srcinfo->mem->access_virt_barray) 153 ((j_common_ptr) srcinfo, src_coef_array 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 568 jtransform_request_workspace(j_decompress_ptr srcinfo, jpeg_transform_info *info) 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 861 jcopy_markers_setup(j_decompress_ptr srcinfo, JCOPY_OPTION option) argument 886 jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JCOPY_OPTION option) argument [all...] |
/external/qemu/distrib/jpeg-6b/ |
H A D | jpegtran.c | 336 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 D | jctrans.c | 63 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 D | transupp.c | 66 do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument 89 buffer = (*srcinfo->mem->access_virt_barray) 90 ((j_common_ptr) srcinfo, src_coef_arrays[ci], blk_y, 115 do_flip_v (j_decompress_ptr srcinfo, j_compress_ptr dstinfo, argument 141 dst_buffer = (*srcinfo->mem->access_virt_barray) 142 ((j_common_ptr) srcinfo, dst_coef_arrays[ci], dst_blk_y, 146 src_buffer = (*srcinfo->mem->access_virt_barray) 147 ((j_common_ptr) srcinfo, src_coef_arrays[ci], 152 src_buffer = (*srcinfo->mem->access_virt_barray) 153 ((j_common_ptr) srcinfo, src_coef_array 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 568 jtransform_request_workspace(j_decompress_ptr srcinfo, jpeg_transform_info *info) 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 861 jcopy_markers_setup(j_decompress_ptr srcinfo, JCOPY_OPTION option) 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 D | fpdfapi_jctrans.c | 64 jpeg_copy_critical_parameters (j_decompress_ptr srcinfo,
argument 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;
85 jpeg_set_colorspace(dstinfo, srcinfo->jpeg_color_space);
86 dstinfo->data_precision = srcinfo->data_precision;
87 dstinfo->CCIR601_sampling = srcinfo->CCIR601_sampling;
90 if (srcinfo->quant_tbl_ptrs[tblno] != NULL) {
95 srcinfo [all...] |