Searched refs:n_sections_ (Results 1 – 2 of 2) sorted by relevance
352 n_sections_ = section + 1; in Accumulate()375 if (n_sections_ < kNumSectionsToAnalyze) { in Estimate()388 RTC_DCHECK_LE(n_sections_, numerators_smooth_.size()); in Estimate()391 numerators_smooth_.begin() + n_sections_); in Estimate()
91 int n_sections_ = 0; variable