Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcsample.c328 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */ in h2v2_smooth_downsample()
329 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */ in h2v2_smooth_downsample()
422 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */ in fullsize_smooth_downsample()
423 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */ in fullsize_smooth_downsample()
495 if (cinfo->smoothing_factor) { in jinit_downsampler()
511 if (cinfo->smoothing_factor) { in jinit_downsampler()
536 if (cinfo->smoothing_factor && !smoothok) in jinit_downsampler()
Djcparam.c247 cinfo->smoothing_factor = 0; in jpeg_set_defaults()
Dcjpeg.c450 cinfo->smoothing_factor = val; in parse_switches()
Djpeglib.h374 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member
Dlibjpeg.txt1036 int smoothing_factor
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc225 double smoothing_factor = pow(bitrate_reference, 0.75); in GiveFeedback() local
226 GradualRateUpdate(fb, delta_s, smoothing_factor); in GiveFeedback()
265 double smoothing_factor) { in GradualRateUpdate() argument
283 bitrate_kbps_ = bitrate_kbps_ + smoothing_factor * original_increase; in GradualRateUpdate()
Dnada_unittest.cc240 double smoothing_factor = 0.0; in TEST_F() local
241 nada_sender_.GradualRateUpdate(congested_fb, kDeltaSMs, smoothing_factor); in TEST_F()
244 smoothing_factor = 1.0; in TEST_F()
245 nada_sender_.GradualRateUpdate(congested_fb, kDeltaSMs, smoothing_factor); in TEST_F()
249 nada_sender_.GradualRateUpdate(not_congested_fb, kDeltaSMs, smoothing_factor); in TEST_F()
Dnada.h79 double smoothing_factor);
/external/libjpeg-turbo/simd/mips/
Djsimd.c402 cinfo->smoothing_factor, in jsimd_h2v2_smooth_downsample()
/external/libjpeg-turbo/simd/
Djsimd.h539 int max_v_samp_factor, int smoothing_factor, JDIMENSION width_in_blocks,