Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc99 QpSmoother() : last_sample_ms_(rtc::TimeMillis()), smoother_(kAlpha) {} in QpSmoother()
109 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()
110 last_sample_ms_ = now_ms; in Add()
117 int64_t last_sample_ms_; member in webrtc::LibvpxVp8Decoder::QpSmoother
/external/webrtc/modules/video_coding/utility/
Dquality_scaler.cc49 last_sample_ms_(0), in QpSmoother()
62 smoother_.Apply(static_cast<float>(now_ms - last_sample_ms_), sample); in Add()
63 last_sample_ms_ = now_ms; in Add()
70 int64_t last_sample_ms_; member in webrtc::QualityScaler::QpSmoother