Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator.cc37 _alphaCountMax(400), in VCMJitterEstimator()
309 if (_alphaCount > _alphaCountMax) in EstimateRandomJitter()
310 _alphaCount = _alphaCountMax; in EstimateRandomJitter()
Djitter_estimator.h130 const uint32_t _alphaCountMax; variable