Home
last modified time | relevance | path

Searched refs:last_wtoken (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/crec/
Dsrec_eosd.c82 word_token* last_wtoken; in srec_check_end_of_speech() local
153 last_wtoken = NULL; in srec_check_end_of_speech()
156 last_wtoken = &rec->word_token_array[eftoken->word_backtrace]; in srec_check_end_of_speech()
157 nframes_since_eos = rec->current_search_frame - last_wtoken->end_time; in srec_check_end_of_speech()
Dword_lattice.c117 word_token *wtoken, *last_wtoken; in print_word_token_backtrace() local
119 last_wtoken = NULL; in print_word_token_backtrace()
127 ASSERT(!last_wtoken || last_wtoken->end_time > wtoken->end_time); in print_word_token_backtrace()
145 last_wtoken = wtoken; in print_word_token_backtrace()
Dastar.c927 word_token* last_wtoken; in print_path() local
942 last_wtoken = 0; in print_path()
964 if (last_wtoken != NULL) in print_path()
966 if (wtoken->end_time < last_wtoken->end_time) in print_path()
968 printf(" Error: wt%d < lwt%d\n", wtoken->end_time, last_wtoken->end_time); in print_path()
973 last_wtoken = wtoken; in print_path()