/external/openfst/src/include/fst/ |
push.h | 104 typename Arc::Weight total_weight = Arc::Weight::One(); local 106 total_weight = internal::ComputeTotalWeight(*fst, distance, 110 internal::RemoveWeight(fst, total_weight, type == REWEIGHT_TO_FINAL); 148 typename GallicArc<Arc, stype>::Weight total_weight = local 151 total_weight = internal::ComputeTotalWeight( 153 total_weight = typename GallicArc<Arc, stype>::Weight( 154 ptype & kPushRemoveCommonAffix ? total_weight.Value1() 156 ptype & kPushRemoveTotalWeight ? total_weight.Value2() 161 internal::RemoveWeight(&gfst, total_weight, rtype == REWEIGHT_TO_FINAL);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner.cc | 94 int total_weight = 0; local 96 total_weight += sources_[i]->GetWeight(); 97 DCHECK_GT(total_weight, 0); 110 error = numerator % total_weight; 111 int item_count = std::min(numerator / total_weight,
|
/external/chromium_org/third_party/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;
|
/external/webp/src/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;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 394 unsigned int total_weight = 0; local 410 total_weight += prior_key_frame_weight[i]; 413 av_key_frame_frequency /= total_weight;
|
/external/chromium_org/net/spdy/ |
spdy_priority_forest.h | 421 uint64 total_weight = 0; local 431 total_weight += static_cast<uint64>(root.depends_on.priority); 432 roots[total_weight] = root_id; 444 if (total_weight == 0) { 453 roots.upper_bound(base::RandGenerator(total_weight));
|
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 1388 unsigned int total_weight = 0; local [all...] |
/external/opencv/ml/src/ |
mltree.cpp | 2274 double max_val = -1, total_weight = 0; local [all...] |