Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc189 avg_rate_mismatch_ = 0.0f; in Reset()
373 avg_rate_mismatch_ = 0.0f; in ComputeRatesForSelection()
381 avg_rate_mismatch_ = in ComputeRatesForSelection()
412 ((avg_rate_mismatch_ > kMaxRateMisMatch) && in ComputeEncoderState()
419 if ((avg_rate_mismatch_ > kMaxRateMisMatch) && in ComputeEncoderState()
Dqm_select.h312 float avg_rate_mismatch_; variable