HomeSort by relevance Sort by last modified time
    Searched defs:total_weight (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/profilers/powertop/src/
suggestions.c 56 static int total_weight; variable
77 total_weight = 0;
99 total_weight += weight;
112 if (total_weight==0 || suggestions==NULL) {
118 weight = total_weight;
  /external/wpa_supplicant_8/src/ap/
acs.c 605 double total_weight; local
639 total_weight = 1;
648 total_weight += 1;
667 total_weight += ACS_ADJ_WEIGHT;
675 total_weight += ACS_NEXT_ADJ_WEIGHT;
683 total_weight += ACS_ADJ_WEIGHT;
691 total_weight += ACS_NEXT_ADJ_WEIGHT;
696 factor /= total_weight;
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 1392 unsigned int total_weight = 0; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
analysis.c 169 int total_weight; local
193 total_weight = 0;
200 total_weight += accum[n];
203 weighted_average = (weighted_average + total_weight / 2) / total_weight;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 1379 unsigned int total_weight = 0; local
    [all...]
  /external/webp/src/enc/
analysis.c 174 int total_weight; local
198 total_weight = 0;
205 total_weight += accum[n];
208 weighted_average = (weighted_average + total_weight / 2) / total_weight;
  /external/opencv3/modules/ml/src/
tree.cpp 494 double max_val = -1, total_weight = 0; local
529 total_weight += val;
539 node->node_risk = total_weight - max_val;
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2274 double max_val = -1, total_weight = 0; local
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 2782 double max_val = -1, total_weight = 0; local
    [all...]

Completed in 338 milliseconds