Home
last modified time | relevance | path

Searched refs:qp_smoother_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_decoder.cc110 qp_smoother_(use_postproc_arm_ ? new QpSmoother() : nullptr) { in LibvpxVp8Decoder()
186 RTC_DCHECK(qp_smoother_); in Decode()
187 int qp = qp_smoother_->GetAvg(); in Decode()
300 if (qp_smoother_) { in ReturnFrame()
303 qp_smoother_->Reset(); in ReturnFrame()
305 qp_smoother_->Add(qp); in ReturnFrame()
H A Dlibvpx_vp8_decoder.h65 const std::unique_ptr<QpSmoother> qp_smoother_; variable
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_decoder.cc135 qp_smoother_(use_postproc_ ? new QpSmoother() : nullptr) {} in LibvpxVp8Decoder()
207 RTC_DCHECK(qp_smoother_); in Decode()
208 int qp = qp_smoother_->GetAvg(); in Decode()
321 if (qp_smoother_) { in ReturnFrame()
324 qp_smoother_->Reset(); in ReturnFrame()
326 qp_smoother_->Add(qp); in ReturnFrame()
H A Dlibvpx_vp8_decoder.h66 const std::unique_ptr<QpSmoother> qp_smoother_; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_decoder.cc135 qp_smoother_(use_postproc_ ? new QpSmoother() : nullptr), in LibvpxVp8Decoder()
210 RTC_DCHECK(qp_smoother_); in Decode()
211 int qp = qp_smoother_->GetAvg(); in Decode()
317 if (qp_smoother_) { in ReturnFrame()
320 qp_smoother_->Reset(); in ReturnFrame()
322 qp_smoother_->Add(qp); in ReturnFrame()
H A Dlibvpx_vp8_decoder.h67 const std::unique_ptr<QpSmoother> qp_smoother_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_decoder.cc135 qp_smoother_(use_postproc_ ? new QpSmoother() : nullptr), in LibvpxVp8Decoder()
210 RTC_DCHECK(qp_smoother_); in Decode()
211 int qp = qp_smoother_->GetAvg(); in Decode()
317 if (qp_smoother_) { in ReturnFrame()
320 qp_smoother_->Reset(); in ReturnFrame()
322 qp_smoother_->Add(qp); in ReturnFrame()
H A Dlibvpx_vp8_decoder.h66 const std::unique_ptr<QpSmoother> qp_smoother_; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc1032 qp_smoother_(use_postproc_arm_ ? new QpSmoother() : nullptr) { in VP8DecoderImpl()
1105 RTC_DCHECK(qp_smoother_); in Decode()
1106 int qp = qp_smoother_->GetAvg(); in Decode()
1217 if (qp_smoother_) { in ReturnFrame()
1220 qp_smoother_->Reset(); in ReturnFrame()
1222 qp_smoother_->Add(qp); in ReturnFrame()
H A Dvp8_impl.h163 const std::unique_ptr<QpSmoother> qp_smoother_; variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc1032 qp_smoother_(use_postproc_arm_ ? new QpSmoother() : nullptr) { in VP8DecoderImpl()
1105 RTC_DCHECK(qp_smoother_); in Decode()
1106 int qp = qp_smoother_->GetAvg(); in Decode()
1217 if (qp_smoother_) { in ReturnFrame()
1220 qp_smoother_->Reset(); in ReturnFrame()
1222 qp_smoother_->Add(qp); in ReturnFrame()
H A Dvp8_impl.h163 const std::unique_ptr<QpSmoother> qp_smoother_; variable
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc1032 qp_smoother_(use_postproc_arm_ ? new QpSmoother() : nullptr) { in VP8DecoderImpl()
1105 RTC_DCHECK(qp_smoother_); in Decode()
1106 int qp = qp_smoother_->GetAvg(); in Decode()
1217 if (qp_smoother_) { in ReturnFrame()
1220 qp_smoother_->Reset(); in ReturnFrame()
1222 qp_smoother_->Add(qp); in ReturnFrame()
H A Dvp8_impl.h163 const std::unique_ptr<QpSmoother> qp_smoother_; variable