Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc396 static const double kJitterScaleHighThreshold = 10.0; in GetJitterEstimate() local
408 if (fps < kJitterScaleHighThreshold) { in GetJitterEstimate()
410 (1.0 / (kJitterScaleHighThreshold - kJitterScaleLowThreshold)) * in GetJitterEstimate()