Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:smoothing_factor

44  * where SF = (smoothing_factor / 1024).
331 * Also recall that SF = smoothing_factor / 1024.
334 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */
335 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */
426 * Also recall that SF = smoothing_factor / 1024.
429 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */
430 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */
512 if (cinfo->smoothing_factor) {
525 if (cinfo->smoothing_factor) {
542 if (cinfo->smoothing_factor && !smoothok)