Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:smoothing_factor

45  * where SF = (smoothing_factor / 1024).

319 * Also recall that SF = smoothing_factor / 1024.
322 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */
323 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */
413 * Also recall that SF = smoothing_factor / 1024.
416 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */
417 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */
489 if (cinfo->smoothing_factor) {
502 if (cinfo->smoothing_factor) {
517 if (cinfo->smoothing_factor && !smoothok)