OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prune_delta
(Results
1 - 7
of
7
) sorted by null
/external/srec/srec/crec/
srec_debug.c
82
printf("
prune_delta
%d active_fsmarc_tokens %d\n",
83
rec->
prune_delta
, rec->active_fsmarc_tokens);
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_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
...]
/external/srec/srec/include/
astar.h
106
costdata
prune_delta
;
member in struct:__anon26467
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
Completed in 72 milliseconds