Searched refs:srec_word_lattice (Results 1 – 5 of 5) sorted by relevance
/external/srec/srec/include/ |
D | word_lattice.h | 49 srec_word_lattice *allocate_word_lattice(frameID max_frames); 50 void destroy_word_lattice(srec_word_lattice* wl); 51 void initialize_word_lattice(srec_word_lattice* wl); 52 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame, 54 …costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID i…
|
D | srec.h | 137 srec_word_lattice; typedef 198 srec_word_lattice *word_lattice; /*used to keep track of word lattice in utterance*/
|
/external/srec/srec/crec/ |
D | word_lattice.c | 54 srec_word_lattice *allocate_word_lattice(frameID max_frames) in allocate_word_lattice() 56 srec_word_lattice *wl; in allocate_word_lattice() 58 wl = (srec_word_lattice*) CALLOC_CLR(1, sizeof(srec_word_lattice), "search.word_lattice.base"); in allocate_word_lattice() 67 void destroy_word_lattice(srec_word_lattice* wl) in destroy_word_lattice() 74 void initialize_word_lattice(srec_word_lattice* wl) in initialize_word_lattice() 84 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID if… in lattice_best_cost_to_frame() 100 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame, in lattice_add_word_tokens() 354 srec_word_lattice *wl; 413 srec_word_lattice* wl; 449 srec_word_lattice* wl; [all …]
|
D | astar.c | 667 srec_word_lattice* lattice; in astar_stack_do_backwards_search()
|
D | srec.c | 1787 srec_word_lattice* wl = rec->word_lattice; in srec_force_the_end()
|