Home | History | Annotate | Download | only in crec

Lines Matching refs:next_wtoken

2373     word_token* next_wtoken;
2383 next_wtoken = &rec->word_token_array[wtoken->backtrace];
2384 if (next_wtoken->word == rec->context->beg_silence_word)
2395 next_wtoken = &rec->word_token_array[wtoken->backtrace];
2396 *end_frame = WORD_TOKEN_GET_WD_ETIME( next_wtoken);