Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dquality_scaler.cc52 absl::optional<int> GetAvg() const { in GetAvg() function in webrtc::QualityScaler::QpSmoother
341 ? qp_smoother_high_->GetAvg() in QpFastFilterLow()
372 qp_smoother_high_ ? qp_smoother_high_->GetAvg() in CheckQp()
375 qp_smoother_low_ ? qp_smoother_low_->GetAvg() in CheckQp()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc101 int GetAvg() const { in GetAvg() function in webrtc::LibvpxVp8Decoder::QpSmoother
208 int qp = qp_smoother_->GetAvg(); in Decode()