Searched refs:max_h_samp_factor (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdinput.c59 cinfo->max_h_samp_factor = 1;
66 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
85 (long) (cinfo->max_h_samp_factor * DCTSIZE));
96 (long) cinfo->max_h_samp_factor);
163 (long) (cinfo->max_h_samp_factor*DCTSIZE));
H A Djcsample.c149 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor;
485 if (compptr->h_samp_factor == cinfo->max_h_samp_factor &&
494 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
498 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
507 } else if ((cinfo->max_h_samp_factor % compptr->h_samp_factor) == 0 &&
H A Djcmaster.c80 cinfo->max_h_samp_factor = 1;
87 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
103 (long) (cinfo->max_h_samp_factor * DCTSIZE));
110 (long) cinfo->max_h_samp_factor);
351 (long) (cinfo->max_h_samp_factor*DCTSIZE));
H A Djcprepct.c292 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
350 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
H A Djdmaster.c135 cinfo->max_h_samp_factor * cinfo->min_DCT_scaled_size) &&
152 (long) (cinfo->max_h_samp_factor * DCTSIZE));
H A Djdsample.c429 * are to be converted to max_h_samp_factor * max_v_samp_factor pixels.
435 h_out_group = cinfo->max_h_samp_factor;
474 (long) cinfo->max_h_samp_factor),
H A Djpeglib.h364 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_compress_struct
575 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_decompress_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdinput.c61 cinfo->max_h_samp_factor = 1;
68 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
89 (long) (cinfo->max_h_samp_factor * DCTSIZE));
100 (long) cinfo->max_h_samp_factor);
167 (long) (cinfo->max_h_samp_factor*DCTSIZE));
H A Dtransupp.h146 int max_h_samp_factor; /* destination iMCU size */ member in struct:__anon3963
H A Dtransupp.c136 MCU_cols = srcinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
201 MCU_cols = srcinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
392 MCU_cols = srcinfo->image_height / (dstinfo->max_h_samp_factor * DCTSIZE);
539 MCU_cols = srcinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
648 MCU_cols = srcinfo->image_height / (dstinfo->max_h_samp_factor * DCTSIZE);
825 MCU_cols = info->output_width / (info->max_h_samp_factor * DCTSIZE);
827 full_width / (info->max_h_samp_factor * DCTSIZE))
828 info->output_width = MCU_cols * (info->max_h_samp_factor * DCTSIZE);
892 info->max_h_samp_factor = 1;
895 info->max_h_samp_factor
[all...]
H A Djdsample.c319 * are to be converted to max_h_samp_factor * max_v_samp_factor pixels.
325 h_out_group = cinfo->max_h_samp_factor;
357 (long) cinfo->max_h_samp_factor),
H A Djcmaster.c230 cinfo->max_h_samp_factor = 1;
237 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
257 (cinfo->max_h_samp_factor % (compptr->h_samp_factor * ssize * 2)) == 0) {
281 (long) (cinfo->max_h_samp_factor * DCTSIZE));
289 (long) (cinfo->max_h_samp_factor * DCTSIZE));
531 (long) (cinfo->max_h_samp_factor*DCTSIZE));
H A Djcprepct.c295 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
354 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
H A Djdmaster.c238 (cinfo->max_h_samp_factor % (compptr->h_samp_factor * ssize * 2)) == 0) {
266 (long) (cinfo->max_h_samp_factor * DCTSIZE));
H A Djpeglib.h386 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_compress_struct
600 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_decompress_struct
H A Djpegtran.c464 srcinfo.max_h_samp_factor * DCTSIZE, srcinfo.max_v_samp_factor * DCTSIZE,
H A Djcsample.c501 * are to be converted from max_h_samp_factor * max_v_samp_factor pixels.
507 h_in_group = cinfo->max_h_samp_factor;

Completed in 285 milliseconds