Home
last modified time | relevance | path

Searched defs:QpSmoother (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc97 class LibvpxVp8Decoder::QpSmoother { class in webrtc::LibvpxVp8Decoder
99 QpSmoother() : last_sample_ms_(rtc::TimeMillis()), smoother_(kAlpha) {} in QpSmoother() function in webrtc::LibvpxVp8Decoder::QpSmoother
/external/webrtc/modules/video_coding/utility/
Dquality_scaler.cc43 class QualityScaler::QpSmoother { class in webrtc::QualityScaler
45 explicit QpSmoother(float alpha) in QpSmoother() function in webrtc::QualityScaler::QpSmoother