OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dstinfo
(Results
1 - 5
of
5
) sorted by null
/external/jpeg/
transupp.c
66
do_flip_h (j_decompress_ptr srcinfo, j_compress_ptr
dstinfo
,
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
,
134
MCU_rows =
dstinfo
->image_height / (
dstinfo
->max_v_samp_factor * DCTSIZE);
136
for (ci = 0; ci <
dstinfo
->num_components; ci++) {
137
compptr =
dstinfo
->comp_info + ci
[
all
...]
jctrans.c
64
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
, srcinfo->jpeg_color_space)
[
all
...]
jpegtran.c
337
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_file)
[
all
...]
transupp.h
105
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
,
jpeglib.h
[
all
...]
Completed in 192 milliseconds