Searched refs:srec_word_lattice (Results 1 - 5 of 5) sorted by relevance

/external/srec/srec/include/
H A Dword_lattice.h49 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 ifr);
H A Dsrec.h137 srec_word_lattice; typedef in typeref:struct:__anon31151
198 srec_word_lattice *word_lattice; /*used to keep track of word lattice in utterance*/
/external/srec/srec/crec/
H A Dword_lattice.c54 srec_word_lattice *allocate_word_lattice(frameID max_frames)
56 srec_word_lattice *wl;
58 wl = (srec_word_lattice*) CALLOC_CLR(1, sizeof(srec_word_lattice), "search.word_lattice.base");
67 void destroy_word_lattice(srec_word_lattice* wl)
74 void initialize_word_lattice(srec_word_lattice* wl)
84 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID ifr)
100 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
354 srec_word_lattice *wl;
413 srec_word_lattice* w
[all...]
H A Dastar.c667 srec_word_lattice* lattice;
H A Dsrec.c1787 srec_word_lattice* wl = rec->word_lattice;

Completed in 313 milliseconds