Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc66 constexpr double kLowRateFactor = 1.0; variable
103 RTC_DCHECK_GE(bandwidth_headroom_factor, kLowRateFactor); in Interpolate()
107 const double factor = bandwidth_headroom_factor - kLowRateFactor; in Interpolate()
116 if (bandwidth_headroom_factor <= kLowRateFactor) { in GetRateSettings()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc52 constexpr double kLowRateFactor = 1.0; variable
167 RTC_DCHECK_GE(bandwidth_headroom_factor, kLowRateFactor); in Interpolate()
171 const double factor = bandwidth_headroom_factor - kLowRateFactor; in Interpolate()
180 if (bandwidth_headroom_factor <= kLowRateFactor) { in GetRateSettings()