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

/external/jpeg/
H A Djdinput.c62 cinfo->max_h_samp_factor = 1;
69 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
88 (long) (cinfo->max_h_samp_factor * DCTSIZE));
99 (long) cinfo->max_h_samp_factor);
166 (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 Dtransupp.c82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
682 int ci, max_h_samp_factor; local
685 /* We have to compute max_h_samp_factor ourselves,
689 max_h_samp_factor = 1;
692 max_h_samp_factor = MAX(max_h_samp_factor, h_samp_factor);
694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZ
[all...]
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 Djdapistd.c217 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
277 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
H A Djdmaster.c153 cinfo->max_h_samp_factor * cinfo->min_DCT_scaled_size) &&
170 (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.h368 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_compress_struct
583 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_decompress_struct
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdinput.c61 cinfo->max_h_samp_factor = 1;
68 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
87 (long) (cinfo->max_h_samp_factor * DCTSIZE));
98 (long) cinfo->max_h_samp_factor);
165 (long) (cinfo->max_h_samp_factor*DCTSIZE));
H A Dfpdfapi_jcsample.c150 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor;
486 if (compptr->h_samp_factor == cinfo->max_h_samp_factor &&
495 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
499 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor &&
508 } else if ((cinfo->max_h_samp_factor % compptr->h_samp_factor) == 0 &&
H A Dfpdfapi_jcmaster.c81 cinfo->max_h_samp_factor = 1;
88 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
104 (long) (cinfo->max_h_samp_factor * DCTSIZE));
111 (long) cinfo->max_h_samp_factor);
352 (long) (cinfo->max_h_samp_factor*DCTSIZE));
H A Dfpdfapi_jcprepct.c293 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
351 cinfo->max_h_samp_factor) / compptr->h_samp_factor),
H A Dfpdfapi_jdmaster.c137 cinfo->max_h_samp_factor * cinfo->min_DCT_scaled_size) &&
154 (long) (cinfo->max_h_samp_factor * DCTSIZE));
H A Dfpdfapi_jdsample.c430 * are to be converted to max_h_samp_factor * max_v_samp_factor pixels.
436 h_out_group = cinfo->max_h_samp_factor;
475 (long) cinfo->max_h_samp_factor),
H A Djpeglib.h431 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_compress_struct
642 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_decompress_struct
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h431 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_compress_struct
642 int max_h_samp_factor; /* largest h_samp_factor */ member in struct:jpeg_decompress_struct
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc191 return decompress_struct_->max_h_samp_factor /
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc208 return decompress_struct_->max_h_samp_factor /
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1713 milliseconds