Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Drollingaccumulator.h57 T sample_to_remove = samples_[next_index_]; in AddSample() local
58 sum_ -= sample_to_remove; in AddSample()
59 sum_2_ -= sample_to_remove * sample_to_remove; in AddSample()
60 if (sample_to_remove >= max_) { in AddSample()
63 if (sample_to_remove <= min_) { in AddSample()