Home
last modified time | relevance | path

Searched refs:wrapup_cost (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/crec/
Dsrec_eosd.c87 costdata wrapup_cost = rec->context->wrapup_cost; in srec_check_end_of_speech() local
176 eos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost; in srec_check_end_of_speech()
180 eos_cost_margin = oeftoken->cost + wrapup_cost - eftoken->cost; in srec_check_end_of_speech()
184 eos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost; in srec_check_end_of_speech()
188 eos_cost_margin = oeftoken->cost + wrapup_cost - eftoken->cost; in srec_check_end_of_speech()
206 opteos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost; in srec_check_end_of_speech()
Dsrec_context.c3648 costdata wrapup_cost; in fst_fill_node_info() local
3727 wrapup_cost = MAXcostdata; in fst_fill_node_info()
3736 if (wrapup_cost == MAXcostdata) in fst_fill_node_info()
3737 wrapup_cost = arc->cost; in fst_fill_node_info()
3738 else if (context->wrapup_cost != arc->cost) in fst_fill_node_info()
3740 wrapup_cost = arc->cost; in fst_fill_node_info()
3746 context->wtw_average = wrapup_cost; in fst_fill_node_info()
3749 if (context->wrapup_cost < MIN_WRAPUP_COST) in fst_fill_node_info()
3750 context->wrapup_cost = MIN_WRAPUP_COST; in fst_fill_node_info()
/external/srec/srec/include/
Dsrec_context.h116 costdata wrapup_cost; /* cost of going from optend nodes to endnode */ member