Searched refs:current_prune_delta (Results 1 – 2 of 2) sorted by relevance
142 bigcostdata current_prune_delta = rec->prune_delta; in reprune_altword_tokens() local182 current_prune_delta = (costdata)(PRUNE_TIGHTEN * PRUNE_TIGHTEN * current_prune_delta); in reprune_altword_tokens()192 current_prune_delta); in reprune_altword_tokens()203 current_prune_delta); in reprune_altword_tokens()206 ASSERT(current_prune_delta > 0); in reprune_altword_tokens()509 …ic costdata reprune_new_states(srec *rec, costdata current_best_cost, costdata current_prune_delta) in reprune_new_states() argument515 prune_new_tokens(rec, current_best_cost + current_prune_delta); in reprune_new_states()517 ASSERT(((float)current_best_cost) + current_prune_delta < (float)SHRT_MAX); in reprune_new_states()525 current_prune_delta = (costdata)(PRUNE_TIGHTEN * current_prune_delta); in reprune_new_states()527 if (current_prune_delta <= 1) in reprune_new_states()[all …]
201 costdata current_prune_delta; /* when the above changes in mid-frame */ member