Searched refs:time_delta_ms (Results 1 – 5 of 5) sorted by relevance
144 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold() local145 threshold_ += k * (fabs(modified_offset) - threshold_) * time_delta_ms; in UpdateThreshold()
168 int64_t time_delta_ms = time_ms - time_last_update_ms_; in LeakBits() local170 const int64_t leaked_bits = (target_bitrate_.bps() * time_delta_ms) / 1000; in LeakBits()
327 int64_t time_delta_ms = std::min(now_ms - last_update_ms_, kMaxTimeDeltaMs); in UpdateThreshold() local328 threshold_ += k * (fabs(modified_trend) - threshold_) * time_delta_ms; in UpdateThreshold()
210 static size_t ValueSize(uint16_t time_delta_ms, uint8_t idx) { in ValueSize() argument215 uint16_t time_delta_ms,
520 uint16_t time_delta_ms, in Write() argument524 ByteWriter<uint16_t>::WriteBigEndian(data.data() + offset, time_delta_ms); in Write()