Home
last modified time | relevance | path

Searched refs:words_for_frame (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/crec/
Dword_lattice.c60 …wl->words_for_frame = (wtokenID*) CALLOC_CLR(max_frames, sizeof(wtokenID), "search.word_lattice.wo… in allocate_word_lattice()
69 FREE(wl->words_for_frame); in destroy_word_lattice()
79 wl->words_for_frame[ifr] = MAXwtokenID; in initialize_word_lattice()
88 wtokenID wtoken_index = wl->words_for_frame[ ifr]; in lattice_best_cost_to_frame()
108 wl->words_for_frame[frame] = word_token_list_head; in lattice_add_word_tokens()
374 token_index = wl->words_for_frame[i];
426 token_index = wl->words_for_frame[end_frame];
466 token_index = wl->words_for_frame[end_frame];
502 token_index = wl->words_for_frame[end_frame];
550 for (pwi[npwi] = wl->words_for_frame[frame]; pwi[npwi] != MAXwtokenID;)
[all …]
Dsrec.c1790 wtoken_index = wl->words_for_frame[end_frame]; in srec_force_the_end()
1795 if (wl->words_for_frame[frame] != MAXwtokenID) in srec_force_the_end()
1798 wl->words_for_frame[end_frame] = wl->words_for_frame[frame]; in srec_force_the_end()
1799 wl->words_for_frame[frame] = MAXwtokenID; in srec_force_the_end()
1800 for (tmp = wl->words_for_frame[end_frame]; tmp != MAXwtokenID; in srec_force_the_end()
1947 for (wtoken_index = rec->word_lattice->words_for_frame[ifr]; in srec_terminate()
1954 rec->word_lattice->words_for_frame[ifr] = MAXwtokenID; in srec_terminate()
2368 token_index = rec->word_lattice->words_for_frame[csf]; in multi_srec_get_speech_bounds()
Dsrec_results.c85 if (rec->word_lattice->words_for_frame[end_frame] != MAXwtokenID) in srec_has_results()
103 rec->word_lattice->words_for_frame[ifr] = MAXwtokenID; in srec_clear_results()
Dsrec_stats.c117 wt_index = rec->word_lattice->words_for_frame[i]; in srec_stats_update()
Dastar.c590 for (token_index = rec->word_lattice->words_for_frame[end_frame]; in astar_stack_prepare()
723 btoken_index = lattice->words_for_frame[ wtoken->end_time+1]; in astar_stack_do_backwards_search()
/external/srec/srec/include/
Dsrec.h133 wtokenID *words_for_frame; member