HomeSort by relevance Sort by last modified time
    Searched refs:weight_sum (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
WeightSum.java 29 setContentView(R.layout.weight_sum);
  /external/chromium_org/third_party/webrtc/base/
rollingaccumulator.h 131 double weight_sum = 0.0; local
135 weight_sum += current_weight;
140 return weighted_mean / weight_sum;
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 579 double weight_sum = 0.0; local
587 weight_sum += g_point[n].g_values[b].weight;
590 if( weight_sum > bg_model->params.bg_threshold )

Completed in 305 milliseconds