Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bwe_v2.h187 absl::optional<DataRate> cached_instant_upper_bound_; variable
Dloss_based_bwe_v2.cc935 return cached_instant_upper_bound_.value_or(max_bitrate_); in GetInstantUpperBound()
961 cached_instant_upper_bound_ = instant_limit; in CalculateInstantUpperBound()