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

  /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/webp/src/enc/
analysis.c 168 int total_weight; local
192 total_weight = 0;
199 total_weight += accum[n];
202 weighted_average = (weighted_average + total_weight / 2) / total_weight;
  /external/libvpx/vp8/encoder/
ratectrl.c 1461 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 192 milliseconds