HomeSort by relevance Sort by last modified time
    Searched refs:smoothing_factor (Results 1 - 9 of 9) 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...]
  /external/qemu/distrib/jpeg-6b/
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...]
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc 792 const float smoothing_factor = (level > audio_level_) ? kUpSmoothingFactor : local
794 audio_level_ += (level - audio_level_) * smoothing_factor;

Completed in 4934 milliseconds