Searched refs:prune_delta (Results 1 - 7 of 7) sorted by relevance

/external/srec/srec/include/
H A Dastar.h106 costdata prune_delta; member in struct:__anon12992
H A Dsrec.h167 1 prune_delta
200 costdata prune_delta; /* controls the amount of score-based pruning - should this go in the context instead?*/ member in struct:srec_t
/external/srec/srec/crec/
H A Dsrec.c142 bigcostdata current_prune_delta = rec->prune_delta;
238 if (q2_costdelta > rec->prune_delta)
421 /* if(fsm_arc->cost < rec->prune_delta) */
822 static int do_epsilon_updates(srec *rec, costdata prune_delta, argument
847 current_prune_delta = prune_delta;
1251 static int update_from_hmms_to_fsmnodes(srec *rec, costdata prune_delta, costdata best_cost) argument
1274 current_prune_delta = prune_delta;
1754 rec->current_prune_delta = rec->prune_delta;
1781 do_epsilon_updates(rec, rec->prune_delta, 0);
2022 rec1->current_prune_delta = rec1->prune_delta;
[all...]
H A Dsrec_debug.c82 printf("prune_delta %d active_fsmarc_tokens %d\n",
83 rec->prune_delta, rec->active_fsmarc_tokens);
H A Dsrec_initialize.c110 rec->prune_delta = (costdata)viterbi_prune_thresh;
H A Dword_lattice.c693 keep_astar_prune = rec->astar_stack->prune_delta;
694 /* rec->astar_stack->prune_delta = 400; */
754 rec->astar_stack->prune_delta = (costdata) keep_astar_prune;
H A Dastar.c533 stack->prune_delta = ASTAR_PRUNE_DELTA;
769 max_cost = stack->complete_paths[0]->costsofar + stack->prune_delta;
777 max_cost = stack->active_paths[0]->costsofar + stack->prune_delta;

Completed in 106 milliseconds