HomeSort by relevance Sort by last modified time
    Searched refs:smoothing_factor (Results 1 - 4 of 4) sorted by null

  /external/jpeg/
jcsample.c 44 * where SF = (smoothing_factor / 1024).
318 * Also recall that SF = smoothing_factor / 1024.
321 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */
322 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */
412 * Also recall that SF = smoothing_factor / 1024.
415 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */
416 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */
488 if (cinfo->smoothing_factor) {
501 if (cinfo->smoothing_factor) {
516 if (cinfo->smoothing_factor && !smoothok
    [all...]
cjpeg.c 408 cinfo->smoothing_factor = val;
jcparam.c 324 cinfo->smoothing_factor = 0;
jpeglib.h 328 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member in struct:jpeg_compress_struct
    [all...]

Completed in 23 milliseconds