Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Drollingaccumulator.h148 double weight_sum = 0.0; in ComputeWeightedMean() local
152 weight_sum += current_weight; in ComputeWeightedMean()
157 return weighted_mean / weight_sum; in ComputeWeightedMean()
/external/chromium_org/third_party/webrtc/base/
Drollingaccumulator.h131 double weight_sum = 0.0; in ComputeWeightedMean() local
135 weight_sum += current_weight; in ComputeWeightedMean()
140 return weighted_mean / weight_sum; in ComputeWeightedMean()
/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp579 double weight_sum = 0.0; in icvBackgroundTest() local
587 weight_sum += g_point[n].g_values[b].weight; in icvBackgroundTest()
590 if( weight_sum > bg_model->params.bg_threshold ) in icvBackgroundTest()