Home
last modified time | relevance | path

Searched refs:total_weight (Results 1 – 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
Dpush.h104 typename Arc::Weight total_weight = Arc::Weight::One();
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 =
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/wpa_supplicant_8/src/ap/
Dacs.c606 double total_weight; in acs_find_ideal_chan() local
640 total_weight = 1; in acs_find_ideal_chan()
649 total_weight += 1; in acs_find_ideal_chan()
668 total_weight += ACS_ADJ_WEIGHT; in acs_find_ideal_chan()
676 total_weight += ACS_NEXT_ADJ_WEIGHT; in acs_find_ideal_chan()
684 total_weight += ACS_ADJ_WEIGHT; in acs_find_ideal_chan()
692 total_weight += ACS_NEXT_ADJ_WEIGHT; in acs_find_ideal_chan()
697 factor /= total_weight; in acs_find_ideal_chan()
/external/webp/src/enc/
Danalysis.c174 int total_weight; in AssignSegments() local
198 total_weight = 0; in AssignSegments()
205 total_weight += accum[n]; in AssignSegments()
208 weighted_average = (weighted_average + total_weight / 2) / total_weight; in AssignSegments()
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1390 unsigned int total_weight = 0; in estimate_keyframe_frequency() local
1407 total_weight += prior_key_frame_weight[i]; in estimate_keyframe_frequency()
1410 av_key_frame_frequency /= total_weight; in estimate_keyframe_frequency()
/external/opencv/ml/src/
Dmltree.cpp2274 double max_val = -1, total_weight = 0; in calc_node_value() local
2321 total_weight += val; in calc_node_value()
2332 node->node_risk = total_weight - max_val; in calc_node_value()