Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:smoothing_factor

45  * where SF = (smoothing_factor / 1024).
320 * Also recall that SF = smoothing_factor / 1024.
323 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */
324 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */
414 * Also recall that SF = smoothing_factor / 1024.
417 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */
418 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */
490 if (cinfo->smoothing_factor) {
506 if (cinfo->smoothing_factor) {
524 if (cinfo->smoothing_factor && !smoothok)