HomeSort by relevance Sort by last modified time
    Searched refs:smoothing_factor (Results 1 - 15 of 15) sorted by null

  /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 47 * where SF = (smoothing_factor / 1024).
323 * Also recall that SF = smoothing_factor / 1024.
326 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */
327 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */
417 * Also recall that SF = smoothing_factor / 1024.
420 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */
421 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */
493 if (cinfo->smoothing_factor) {
509 if (cinfo->smoothing_factor) {
534 if (cinfo->smoothing_factor && !smoothok
    [all...]
jcparam.c 245 cinfo->smoothing_factor = 0;
cjpeg.c 433 cinfo->smoothing_factor = val;
jpeglib.h 373 int smoothing_factor; /* 1..100, or 0 for no input smoothing */ member in struct:jpeg_compress_struct
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcsample.c 44 * where SF = (smoothing_factor / 1024).
331 * Also recall that SF = smoothing_factor / 1024.
334 memberscale = 16384 - cinfo->smoothing_factor * 80; /* scaled (1-5*SF)/4 */
335 neighscale = cinfo->smoothing_factor * 16; /* scaled SF/4 */
426 * Also recall that SF = smoothing_factor / 1024.
429 memberscale = 65536L - cinfo->smoothing_factor * 512L; /* scaled 1-8*SF */
430 neighscale = cinfo->smoothing_factor * 64; /* scaled SF */
512 if (cinfo->smoothing_factor) {
525 if (cinfo->smoothing_factor) {
542 if (cinfo->smoothing_factor && !smoothok
    [all...]
jcparam.c 346 cinfo->smoothing_factor = 0;
jpeglib.h 355 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 399 cinfo->smoothing_factor,
jsimd.h 320 int smoothing_factor, JDIMENSION width_blocks,

Completed in 174 milliseconds