/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
nada.cc | 225 double smoothing_factor = pow(bitrate_reference, 0.75); local 226 GradualRateUpdate(fb, delta_s, smoothing_factor); 265 double smoothing_factor) { 283 bitrate_kbps_ = bitrate_kbps_ + smoothing_factor * original_increase;
|
nada.h | 79 double smoothing_factor);
|
nada_unittest.cc | 240 double smoothing_factor = 0.0; local 241 nada_sender_.GradualRateUpdate(congested_fb, kDeltaSMs, smoothing_factor); 244 smoothing_factor = 1.0; 245 nada_sender_.GradualRateUpdate(congested_fb, kDeltaSMs, smoothing_factor); 249 nada_sender_.GradualRateUpdate(not_congested_fb, kDeltaSMs, smoothing_factor);
|
/external/libjpeg-turbo/ |
jcsample.c | 49 * where SF = (smoothing_factor / 1024). 325 * Also recall that SF = smoothing_factor / 1024. 328 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */ 329 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */ 419 * Also recall that SF = smoothing_factor / 1024. 422 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */ 423 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */ 495 if (cinfo->smoothing_factor) { 511 if (cinfo->smoothing_factor) { 536 if (cinfo->smoothing_factor && !smoothok [all...] |
jcparam.c | 246 cinfo->smoothing_factor = 0;
|
cjpeg.c | 435 cinfo->smoothing_factor = val;
|
jpeglib.h | 374 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member in struct:jpeg_compress_struct [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_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...] |
fpdfapi_jcparam.c | 324 cinfo->smoothing_factor = 0;
|
jpeglib.h | 426 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member in struct:jpeg_compress_struct [all...] |
/external/libjpeg-turbo/simd/ |
jsimd_mips.c | 408 cinfo->smoothing_factor,
|
jsimd.h | 422 int smoothing_factor, JDIMENSION width_blocks, [all...] |