OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srec_word_lattice
(Results
1 - 5
of
5
) sorted by null
/external/srec/srec/include/
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 ifr);
srec.h
137
srec_word_lattice
;
typedef in typeref:struct:__anon15473
198
srec_word_lattice
*word_lattice; /*used to keep track of word lattice in utterance*/
/external/srec/srec/crec/
word_lattice.c
54
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
* wl
[
all
...]
astar.c
667
srec_word_lattice
* lattice;
[
all
...]
srec.c
[
all
...]
Completed in 455 milliseconds