Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc395 static const double kJitterScaleLowThreshold = 5.0; in GetJitterEstimate() local
399 if (fps < kJitterScaleLowThreshold) { in GetJitterEstimate()
410 (1.0 / (kJitterScaleHighThreshold - kJitterScaleLowThreshold)) * in GetJitterEstimate()
411 (fps - kJitterScaleLowThreshold) * jitterMS; in GetJitterEstimate()