Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Djitter_estimator.cc402 static const double kJitterScaleLowThreshold = 5.0; in GetJitterEstimate() local
406 if (fps < kJitterScaleLowThreshold) { in GetJitterEstimate()
417 (1.0 / (kJitterScaleHighThreshold - kJitterScaleLowThreshold)) * in GetJitterEstimate()
418 (fps - kJitterScaleLowThreshold) * jitterMS; in GetJitterEstimate()