Searched refs:update_rate_cnt_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dqm_select.cc169 update_rate_cnt_ = 0;
266 update_rate_cnt_++;
380 if (update_rate_cnt_ > 0) {
382 static_cast<float>(sum_rate_MM_) / static_cast<float>(update_rate_cnt_);
384 static_cast<float>(update_rate_cnt_);
386 static_cast<float>(update_rate_cnt_);
388 static_cast<float>(update_rate_cnt_);
390 static_cast<float>(update_rate_cnt_);
H A Dqm_select.h301 uint32_t update_rate_cnt_; member in class:webrtc::VCMQmResolution

Completed in 93 milliseconds