Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc30 num_of_deltas_(0), in OveruseEstimator()
56 ++num_of_deltas_; in Update()
57 if (num_of_deltas_ > kDeltaCounterMax) { in Update()
58 num_of_deltas_ = kDeltaCounterMax; in Update()
140 if (num_of_deltas_ > 10*30) { in UpdateNoiseEstimate()
Doveruse_estimator.h46 return num_of_deltas_; in num_of_deltas()
56 uint16_t num_of_deltas_; variable