Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dstatistics.cpp26 sum_x_(0.0f), in IncrementalGaussian()
36 sum_x_ += value; in Add()
39 mean_ = sum_x_ / n_; in Add()
Dstatistics.h38 float sum_x_; variable