Searched refs:smoothing_factor (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcsample.c | 321 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */ in h2v2_smooth_downsample() 322 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */ in h2v2_smooth_downsample() 415 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */ in fullsize_smooth_downsample() 416 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */ in fullsize_smooth_downsample() 488 if (cinfo->smoothing_factor) { in jinit_downsampler() 501 if (cinfo->smoothing_factor) { in jinit_downsampler() 516 if (cinfo->smoothing_factor && !smoothok) in jinit_downsampler()
|
D | fpdfapi_jcparam.c | 324 cinfo->smoothing_factor = 0; in jpeg_set_defaults()
|
D | jpeglib.h | 426 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member
|
/external/libjpeg-turbo/ |
D | jcsample.c | 326 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() 420 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */ in fullsize_smooth_downsample() 421 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */ in fullsize_smooth_downsample() 493 if (cinfo->smoothing_factor) { in jinit_downsampler() 509 if (cinfo->smoothing_factor) { in jinit_downsampler() 534 if (cinfo->smoothing_factor && !smoothok) in jinit_downsampler()
|
D | jcparam.c | 245 cinfo->smoothing_factor = 0; in jpeg_set_defaults()
|
D | cjpeg.c | 433 cinfo->smoothing_factor = val; in parse_switches()
|
D | jpeglib.h | 373 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member
|
D | libjpeg.txt | 1029 int smoothing_factor
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcsample.c | 334 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */ in h2v2_smooth_downsample() 335 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */ in h2v2_smooth_downsample() 429 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */ in fullsize_smooth_downsample() 430 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */ in fullsize_smooth_downsample() 512 if (cinfo->smoothing_factor) { in jinit_downsampler() 525 if (cinfo->smoothing_factor) { in jinit_downsampler() 542 if (cinfo->smoothing_factor && !smoothok) in jinit_downsampler()
|
D | jcparam.c | 346 cinfo->smoothing_factor = 0; in jpeg_set_defaults()
|
D | jpeglib.h | 355 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member
|
/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/ |
D | jsimd_mips.c | 399 cinfo->smoothing_factor, in jsimd_h2v2_smooth_downsample()
|
D | jsimd.h | 320 int smoothing_factor, JDIMENSION width_blocks,
|