Searched refs:prune_delta (Results 1 – 7 of 7) sorted by relevance
142 bigcostdata current_prune_delta = rec->prune_delta; in reprune_altword_tokens()238 if (q2_costdelta > rec->prune_delta) in copy_altwords()822 static int do_epsilon_updates(srec *rec, costdata prune_delta, in do_epsilon_updates() argument847 current_prune_delta = prune_delta; in do_epsilon_updates()1251 static int update_from_hmms_to_fsmnodes(srec *rec, costdata prune_delta, costdata best_cost) in update_from_hmms_to_fsmnodes() argument1274 current_prune_delta = prune_delta; in update_from_hmms_to_fsmnodes()1754 rec->current_prune_delta = rec->prune_delta; in srec_begin()1781 do_epsilon_updates(rec, rec->prune_delta, 0); in srec_begin()2022 rec1->current_prune_delta = rec1->prune_delta; in multi_srec_viterbi()2043 ASSERT(rec1->prune_delta == rec2->prune_delta); in multi_srec_viterbi()[all …]
83 rec->prune_delta, rec->active_fsmarc_tokens); in print_search_status()
110 rec->prune_delta = (costdata)viterbi_prune_thresh; in allocate_recognition1()
693 keep_astar_prune = rec->astar_stack->prune_delta;754 rec->astar_stack->prune_delta = (costdata) keep_astar_prune;
533 stack->prune_delta = ASTAR_PRUNE_DELTA; in astar_stack_make()769 max_cost = stack->complete_paths[0]->costsofar + stack->prune_delta; in astar_stack_do_backwards_search()777 max_cost = stack->active_paths[0]->costsofar + stack->prune_delta; in astar_stack_do_backwards_search()
106 costdata prune_delta; member
200 …costdata prune_delta; /* controls the amount of score-based pruning - should this go in the… member