Searched refs:smoothing_factor (Results 1 – 10 of 10) sorted by relevance
/external/libjpeg-turbo/ |
D | jcsample.c | 328 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()
|
D | jcparam.c | 247 cinfo->smoothing_factor = 0; in jpeg_set_defaults()
|
D | cjpeg.c | 450 cinfo->smoothing_factor = val; in parse_switches()
|
D | jpeglib.h | 374 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member
|
D | libjpeg.txt | 1036 int smoothing_factor
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | nada.cc | 225 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()
|
D | nada_unittest.cc | 240 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()
|
D | nada.h | 79 double smoothing_factor);
|
/external/libjpeg-turbo/simd/mips/ |
D | jsimd.c | 402 cinfo->smoothing_factor, in jsimd_h2v2_smooth_downsample()
|
/external/libjpeg-turbo/simd/ |
D | jsimd.h | 539 int max_v_samp_factor, int smoothing_factor, JDIMENSION width_in_blocks,
|