Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc49 absl::optional<double> start_forget_weight = 2; member
61 double start_forget_weight = -1.0; in GetDelayHistogramConfig() local
63 &forget_factor, &start_forget_weight) >= 2 && in GetDelayHistogramConfig()
68 config.start_forget_weight = in GetDelayHistogramConfig()
69 start_forget_weight >= 1 ? absl::make_optional(start_forget_weight) in GetDelayHistogramConfig()
78 << config.start_forget_weight.value_or(0); in GetDelayHistogramConfig()
122 kDelayBuckets, config.forget_factor, config.start_forget_weight); in Create()
Dhistogram.cc25 absl::optional<double> start_forget_weight) in Histogram() argument
30 start_forget_weight_(start_forget_weight) { in Histogram()
Dhistogram.h27 absl::optional<double> start_forget_weight = absl::nullopt);