Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dqm_select.cc193 avg_rate_mismatch_sgn_ = 0.0f; in Reset()
377 avg_rate_mismatch_sgn_ = 0.0f; in ComputeRatesForSelection()
386 avg_rate_mismatch_sgn_ = static_cast<float>(sum_rate_MM_sgn_) / in ComputeRatesForSelection()
416 (avg_rate_mismatch_sgn_ < -kRateOverShoot))) { in ComputeEncoderState()
423 (avg_rate_mismatch_sgn_ > kRateUnderShoot)) { in ComputeEncoderState()
Dqm_select.h331 float avg_rate_mismatch_sgn_; variable