Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:smoothing_factor

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)