Home | History | Annotate | Download | only in crec

Lines Matching full:word_token_index

675   wtokenID word_token_index;
678 word_token_index = get_free_word_token(rec, NULL_IF_NO_TOKENS);
680 if (0 && word_token_index == MAXwtokenID)
687 word_token = &(rec->word_token_array[word_token_index]);
689 return word_token_index;
1830 wtokenID word_token_index;
1870 word_token_index = srec_process_word_boundary_nbest(rec,
1875 if (word_token_index != MAXwtokenID)
1877 WORD_TOKEN_SET_WD_ETIME( (rec->word_token_array+word_token_index),
1878 rec->word_token_array[word_token_index].end_time - ftoken->silence_duration);
1898 word_token_index = get_word_token_list(rec->word_priority_q, rec->word_token_array);
1899 lattice_add_word_tokens(rec->word_lattice, rec->current_search_frame, word_token_index);
1901 if (FST_IsVoiceEnrollment(rec->context) && word_token_index == MAXwtokenID)
2260 wtokenID word_token_index;
2329 word_token_index = get_word_token_list(rec->word_priority_q, rec->word_token_array);
2330 lattice_add_word_tokens(rec->word_lattice, rec->current_search_frame, word_token_index);