Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc80 const Cluster& cluster_aggregate) { in IsWithinClusterBounds() argument
81 if (cluster_aggregate.count == 0) in IsWithinClusterBounds()
83 float cluster_mean = cluster_aggregate.send_mean_ms / in IsWithinClusterBounds()
84 static_cast<float>(cluster_aggregate.count); in IsWithinClusterBounds()
Dremote_bitrate_estimator_abs_send_time.h96 const Cluster& cluster_aggregate);