HomeSort by relevance Sort by last modified time
    Searched refs:word_lattice (Results 1 - 9 of 9) sorted by null

  /external/srec/srec/crec/
word_lattice.c 2 * word_lattice.c *
39 #include "word_lattice.h"
58 wl = (srec_word_lattice*) CALLOC_CLR(1, sizeof(srec_word_lattice), "search.word_lattice.base");
60 wl->words_for_frame = (wtokenID*) CALLOC_CLR(max_frames, sizeof(wtokenID), "search.word_lattice.words");
62 wl->whether_sorted = (asr_int16_t*)CALLOC_CLR(max_frames, sizeof(asr_int16_t), "search.word_lattice.sflag");
363 wl = rec->word_lattice;
425 wl = rec->word_lattice;
464 wl = rec->word_lattice;
501 wl = rec->word_lattice;
536 srec_word_lattice* wl = rec->word_lattice;
    [all...]
srec_initialize.c 36 #include "word_lattice.h"
114 rec->word_lattice = allocate_word_lattice((frameID)max_frames);
220 destroy_word_lattice(rec->word_lattice);
srec_eosd.c 25 #include"word_lattice.h"
115 else if (rec->current_search_frame >= rec->word_lattice->max_frames - 1
srec_stats.c 117 wt_index = rec->word_lattice->words_for_frame[i];
srec_results.c 85 if (rec->word_lattice->words_for_frame[end_frame] != MAXwtokenID)
103 rec->word_lattice->words_for_frame[ifr] = MAXwtokenID;
srec.c 38 #include "word_lattice.h"
    [all...]
astar.c 27 #include"word_lattice.h"
590 for (token_index = rec->word_lattice->words_for_frame[end_frame];
681 lattice = rec->word_lattice;
    [all...]
  /external/srec/srec/ca/
Android.mk 67 ../crec/word_lattice.c \
  /external/srec/srec/include/
srec.h 166 x word_lattice
198 srec_word_lattice *word_lattice; /*used to keep track of word lattice in utterance*/ member in struct:srec_t

Completed in 78 milliseconds