Searched refs:total_weight (Results 1 – 5 of 5) sorted by relevance
104 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);
606 double total_weight; in acs_find_ideal_chan() local640 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()
174 int total_weight; in AssignSegments() local198 total_weight = 0; in AssignSegments()205 total_weight += accum[n]; in AssignSegments()208 weighted_average = (weighted_average + total_weight / 2) / total_weight; in AssignSegments()
1390 unsigned int total_weight = 0; in estimate_keyframe_frequency() local1407 total_weight += prior_key_frame_weight[i]; in estimate_keyframe_frequency()1410 av_key_frame_frequency /= total_weight; in estimate_keyframe_frequency()
2274 double max_val = -1, total_weight = 0; in calc_node_value() local2321 total_weight += val; in calc_node_value()2332 node->node_risk = total_weight - max_val; in calc_node_value()