OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wtokenID
(Results
1 - 13
of
13
) sorted by null
/external/srec/srec/include/
word_lattice.h
32
void print_word_token(srec* rec,
wtokenID
wtoken_index, char* msg);
33
void print_word_token_backtrace(srec* rec,
wtokenID
wtoken_index, char* tail);
34
void print_word_token_list(srec* rec,
wtokenID
wtoken_index, char* msg);
35
int sprint_bword_token_backtrace(char *buf, int len, srec* rec,
wtokenID
wtoken_index);
46
int sprint_word_token_backtrace(char *transcription, int len, srec* rec,
wtokenID
wtoken_index);
53
wtokenID
word_token_list_head);
srec.h
51
wtokenID
word_backtrace; /* alternative backtrace, diff from path b.p.*/
69
wtokenID
word_backtrace[MAX_HMM]; /* index into word tokens*/
89
wtokenID
word_backtrace; /* index into word tokens*/
107
wtokenID
backtrace; /* for backtrace */
109
wtokenID
next_token_index; /* for maintaining linked lists of these tokens
133
wtokenID
*words_for_frame;
146
wtokenID
word_token_list; /* index of head token in queue - keep worst at end
254
wtokenID
word_token_array_size; /* total number of tokens allocated in
256
wtokenID
word_token_freelist; /* index to head of word token freelist*/
259
wtokenID
altword_token_array_size
[
all
...]
srec_sizes.h
36
typedef asr_uint16_t
wtokenID
; /*for word token storage*/
astar.h
74
wtokenID
token_index;
/external/srec/srec/crec/
priority_q.c
70
wtokenID
get_word_token_list(priority_q *pq, word_token *word_token_array)
78
wtokenID
*ptoken_index;
79
wtokenID
old_token_index;
163
wtokenID
token_index;
187
wtokenID
add_word_token_to_priority_q(priority_q *pq,
wtokenID
token_index_to_add, word_token *word_token_array)
191
wtokenID
token_index, return_token_index;
194
wtokenID
*ptoken_index;
195
wtokenID
*pplace_to_add;
196
wtokenID
*pdelete_index
[
all
...]
word_lattice.c
60
wl->words_for_frame = (
wtokenID
*) CALLOC_CLR(max_frames, sizeof(
wtokenID
), "search.word_lattice.words");
88
wtokenID
wtoken_index = wl->words_for_frame[ ifr];
101
wtokenID
word_token_list_head)
111
void print_word_token_backtrace(srec* rec,
wtokenID
wtoken_index, char* tail)
150
int sprint_bword_token_backtrace(char* buf, int buflen, srec* rec,
wtokenID
wtoken_index)
174
ESR_ReturnCode sprint_word_token_backtraceByWordID(wordID* wordIDs, size_t* len, srec* rec,
wtokenID
wtoken_index)
230
int sprint_word_token_backtrace(char *transcription, int len, srec* rec,
wtokenID
wtoken_index)
308
void print_word_token(srec* rec,
wtokenID
wtoken_index, char* msg)
335
void print_word_token_list(srec* rec,
wtokenID
wtoken_index, char* msg
[
all
...]
srec_tokens.c
138
wtokenID
i;
151
wtokenID
get_free_word_token(srec *rec, miscdata what_to_do_if_fails)
153
wtokenID
token_to_return;
271
wtokenID
i;
srec_tokens.h
45
wtokenID
get_free_word_token(srec *rec, miscdata what_to_do_if_fails);
astar.c
291
wtokenID
extend_token_index,
301
wtokenID
best_extend_token;
340
wtokenID
alt_token_index = alt_extension->token_index;
341
wtokenID
alt_bt_token_index;
342
wtokenID
bt_token_index;
486
wtokenID
token_index, srec* rec,
571
wtokenID
token_index;
660
wtokenID
token_index, btoken_index;
[
all
...]
srec_initialize.c
100
rec->word_token_array_size = (
wtokenID
)max_word_tokens;
108
rec->altword_token_array_size = (
wtokenID
)max_altword_tokens;
srec.c
493
wtokenID
wtoken_index = rec->word_token_freelist;
494
wtokenID
num_free_wtokens = 0;
673
static
wtokenID
create_word_token(srec *rec)
675
wtokenID
word_token_index;
695
static int block_fsmnodes_per_backtrace(srec *rec,
wtokenID
wtoken_id)
716
static
wtokenID
srec_process_word_boundary_nbest(srec* rec,
719
wtokenID
word_backtrace,
724
wtokenID
wtoken_index;
725
wtokenID
return_wtoken_index;
726
wtokenID
token_id_to_remove
[
all
...]
srec_debug.c
101
wtokenID
* word_backtrace = &stoken->word_backtrace[0];
srec_stats.c
91
wtokenID
wt_index;
Completed in 819 milliseconds