Searched refs:word_token_index (Results 1 – 1 of 1) sorted by relevance
675 wtokenID word_token_index; in create_word_token() local678 word_token_index = get_free_word_token(rec, NULL_IF_NO_TOKENS); in create_word_token()680 if (0 && word_token_index == MAXwtokenID) in create_word_token()687 word_token = &(rec->word_token_array[word_token_index]); in create_word_token()689 return word_token_index; in create_word_token()1830 wtokenID word_token_index; in srec_no_more_frames() local1870 word_token_index = srec_process_word_boundary_nbest(rec, in srec_no_more_frames()1875 if (word_token_index != MAXwtokenID) in srec_no_more_frames()1877 WORD_TOKEN_SET_WD_ETIME( (rec->word_token_array+word_token_index), in srec_no_more_frames()1878 rec->word_token_array[word_token_index].end_time - ftoken->silence_duration); in srec_no_more_frames()[all …]