Searched refs:stokenID (Results 1 – 11 of 11) sorted by relevance
/external/srec/srec/include/ |
D | srec.h | 75 stokenID next_token_index; /* for maintaining linked lists of these 205 stokenID *best_token_for_arc; /* non-owning ptr, see multi_srec below */ 207 stokenID active_fsmarc_tokens; /*head of list of state tokens for the next frame. Used during 237 stokenID fsmarc_token_array_size; /*total number of tokens allocated in this array*/ 238 stokenID fsmarc_token_freelist; /*index to head of state token freelist*/ 268 stokenID best_fsmarc_token; /* ?? index of best scoring state token 308 stokenID *best_token_for_arc; /* array (size max_fsm_arcs) best path into
|
D | srec_sizes.h | 34 typedef asr_uint16_t stokenID; /*for state token storage*/ typedef
|
/external/srec/srec/crec/ |
D | srec_tokens.h | 34 int count_fsmarc_token_list(srec* rec, stokenID token_index); 36 stokenID setup_free_fsmarc_token(srec *rec, FSMarc* arc, arcID fsm_arc_index, miscdata what_to_do_i… 37 void free_fsmarc_token(srec *rec, stokenID old_token_index); 38 void sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index);
|
D | srec_debug.h | 31 void print_fsmnode_token_list(srec* rec, stokenID token_index, char* msg); 33 void print_fsmarc_token(srec* rec, stokenID token_index, char* msg); 34 void print_fsmarc_token_list(srec* rec, stokenID token_index, char* msg);
|
D | srec_tokens.c | 37 int count_fsmarc_token_list(srec* rec, stokenID token_index) in count_fsmarc_token_list() 55 stokenID i; in initialize_free_fsmarc_tokens() 67 stokenID setup_free_fsmarc_token(srec *rec, FSMarc* arc, arcID fsm_arc_index, miscdata what_to_do_i… in setup_free_fsmarc_token() 70 stokenID token_to_return; in setup_free_fsmarc_token() 115 void free_fsmarc_token(srec *rec, stokenID old_token_index) in free_fsmarc_token() 129 void sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index) in sort_fsmarc_token_list()
|
D | srec_initialize.c | 94 rec->fsmarc_token_array_size = (stokenID)max_hmm_tokens; in allocate_recognition1() 97 rec->max_new_states = (stokenID)max_hmm_tokens; in allocate_recognition1() 178 …rec->best_token_for_arc = (stokenID*)CALLOC_CLR(max_fsm_arcs, sizeof(stokenID), "search.srec.best_… in allocate_recognition()
|
D | srec_debug.c | 66 void print_fsmnode_token_list(srec* rec, stokenID token_index, char* msg) in print_fsmnode_token_list() 91 void print_fsmarc_token(srec* rec, stokenID token_index, char* msg) in print_fsmarc_token() 120 void print_fsmarc_token_list(srec* rec, stokenID token_index, char* msg) in print_fsmarc_token_list()
|
D | srec.c | 139 stokenID i, j; in reprune_altword_tokens() 353 stokenID current_token_index; in find_which_models_to_compute() 445 stokenID token_index; in prune_new_tokens() 447 stokenID next_token_index; in prune_new_tokens() 448 stokenID *list_head_pointer; in prune_new_tokens() 631 stokenID token_index; in reset_best_cost_to_zero() 1100 stokenID current_token_index; in update_internal_hmm_states() 1253 stokenID current_token_index; in update_from_hmms_to_fsmnodes() 1530 stokenID new_token_index = MAXstokenID; in update_from_current_fsm_nodes_into_new_HMMs() 1700 stokenID new_token_index; in srec_begin() [all …]
|
D | srec_stats.c | 89 stokenID st_index; in srec_stats_update()
|
D | word_lattice.c | 608 stokenID stoken_index, i; 684 stokenID stoken_index;
|
D | astar.c | 1078 stokenID stoken_index; in astar_stack_prepare_from_active_search()
|