OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:words_for_frame
(Results
1 - 6
of
6
) sorted by null
/external/srec/srec/crec/
word_lattice.c
60
wl->
words_for_frame
= (wtokenID*) CALLOC_CLR(max_frames, sizeof(wtokenID), "search.word_lattice.words");
69
FREE(wl->
words_for_frame
);
79
wl->
words_for_frame
[ifr] = MAXwtokenID;
88
wtokenID wtoken_index = wl->
words_for_frame
[ ifr];
108
wl->
words_for_frame
[frame] = word_token_list_head;
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
...]
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
[
all
...]
astar.c
590
for (token_index = rec->word_lattice->
words_for_frame
[end_frame];
723
btoken_index = lattice->
words_for_frame
[ wtoken->end_time+1];
[
all
...]
/external/srec/srec/include/
srec.h
133
wtokenID *
words_for_frame
;
member in struct:__anon11187
Completed in 662 milliseconds