Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Drate_statistics.cc46 int now_offset = static_cast<int>(now_ms - oldest_time_); in Update() local
47 assert(now_offset < num_buckets_); in Update()
48 int index = oldest_index_ + now_offset; in Update()