Home
last modified time | relevance | path

Searched refs:smoothing_factor (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Djcsample.c326 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */ in h2v2_smooth_downsample()
327 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */ in h2v2_smooth_downsample()
408 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */ in fullsize_smooth_downsample()
409 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */ in fullsize_smooth_downsample()
478 if (cinfo->smoothing_factor) { in jinit_downsampler()
494 if (cinfo->smoothing_factor) { in jinit_downsampler()
519 if (cinfo->smoothing_factor && !smoothok) in jinit_downsampler()
Djcparam.c247 cinfo->smoothing_factor = 0; in jpeg_set_defaults()
Dcjpeg.c494 cinfo->smoothing_factor = val; in parse_switches()
Djpeglib.h380 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member
Dlibjpeg.txt1046 int smoothing_factor
/third_party/ffmpeg/libavcodec/
Damrnbdec.c621 const float smoothing_factor = av_clipf(4.0 * diff - 1.6, 0.0, 1.0); in fixed_gain_smooth() local
625 return smoothing_factor * p->fixed_gain[4] + in fixed_gain_smooth()
626 (1.0 - smoothing_factor) * fixed_gain_mean; in fixed_gain_smooth()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/
Djsimd.h592 int max_v_samp_factor, int smoothing_factor, JDIMENSION width_in_blocks,