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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 76 int total_weight = 0; local
78 total_weight += sources_[i]->GetWeight();
79 DCHECK_GT(total_weight, 0);
92 error = numerator % total_weight;
93 int item_count = std::min(numerator / total_weight,
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 422 uint64 total_weight = 0; local
432 total_weight += static_cast<uint64>(root.depends_on.priority);
433 roots[total_weight] = root_id;
445 if (total_weight == 0) {
454 roots.upper_bound(base::RandGenerator(total_weight));
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 170 int total_weight; local
194 total_weight = 0;
201 total_weight += accum[n];
204 weighted_average = (weighted_average + total_weight / 2) / total_weight;
  /external/webp/src/enc/
analysis.c 170 int total_weight; local
194 total_weight = 0;
201 total_weight += accum[n];
204 weighted_average = (weighted_average + total_weight / 2) / total_weight;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 1379 unsigned int total_weight = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 1379 unsigned int total_weight = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 1379 unsigned int total_weight = 0; local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2274 double max_val = -1, total_weight = 0; local
    [all...]

Completed in 136 milliseconds