Searched refs:kLowRateFactor (Results 1 – 2 of 2) sorted by relevance
66 constexpr double kLowRateFactor = 1.0; variable103 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()
52 constexpr double kLowRateFactor = 1.0; variable167 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()