Home
last modified time | relevance | path

Searched refs:next_wtoken (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/crec/
Dword_lattice.c133 word_token* next_wtoken = &rec->word_token_array[wtoken->backtrace]; in print_word_token_backtrace() local
134 … cost_for_word = cost - next_wtoken->cost - rec->accumulated_cost_offset[ next_wtoken->end_time]; in print_word_token_backtrace()
321 word_token* next_wtoken = &rec->word_token_array[wtoken->backtrace]; in print_word_token() local
322 cost_for_word = cost - next_wtoken->cost - rec->accumulated_cost_offset[next_wtoken->end_time]; in print_word_token()
Dsrec.c2373 word_token* next_wtoken; in multi_srec_get_speech_bounds() local
2383 next_wtoken = &rec->word_token_array[wtoken->backtrace]; in multi_srec_get_speech_bounds()
2384 if (next_wtoken->word == rec->context->beg_silence_word) in multi_srec_get_speech_bounds()
2395 next_wtoken = &rec->word_token_array[wtoken->backtrace]; in multi_srec_get_speech_bounds()
2396 *end_frame = WORD_TOKEN_GET_WD_ETIME( next_wtoken); in multi_srec_get_speech_bounds()