HomeSort by relevance Sort by last modified time
    Searched refs:prune_delta (Results 1 - 7 of 7) sorted by null

  /external/srec/srec/include/
astar.h 106 costdata prune_delta; member in struct:__anon12614
srec.h 167 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/
srec.c 142 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,
847 current_prune_delta = prune_delta;
    [all...]
srec_debug.c 82 printf("prune_delta %d active_fsmarc_tokens %d\n",
83 rec->prune_delta, rec->active_fsmarc_tokens);
srec_initialize.c 110 rec->prune_delta = (costdata)viterbi_prune_thresh;
word_lattice.c 693 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;
astar.c 533 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;
    [all...]

Completed in 26 milliseconds