Home
last modified time | relevance | path

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

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