Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dhistogram.cc29 add_count_(0), in Histogram()
83 ++add_count_; in Add()
91 (1 << 15) * (1 - start_forget_weight_.value() / (add_count_ + 1)); in Add()
142 add_count_ = 0; in Reset()
Dhistogram.h58 int add_count_; variable