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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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:__anon1014
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 78 milliseconds