OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:word_lattice
(Results
1 - 14
of
14
) sorted by null
/external/srec/srec/crec/
srec_debug.h
24
#include "
word_lattice
.h"
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_stats.h
25
#include "
word_lattice
.h"
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.c
38
#include "
word_lattice
.h"
[
all
...]
srec_results.c
85
if (rec->
word_lattice
->words_for_frame[end_frame] != MAXwtokenID)
103
rec->
word_lattice
->words_for_frame[ifr] = MAXwtokenID;
priority_q.c
34
#include "
word_lattice
.h"
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/include/
word_lattice.h
2
*
word_lattice
.h *
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
/external/srec/srec/ca/
Android.mk
67
../crec/
word_lattice
.c \
rec_resu.c
34
#include "
word_lattice
.h"
Completed in 507 milliseconds