OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_model_scores
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
srec.h
181
?
current_model_scores
num_model_slots_allocated
221
costdata *
current_model_scores
; /* temporary array used by the search to contain model scores -
member in struct:srec_t
/external/srec/srec/crec/
srec.c
324
static int compute_model_scores(costdata *
current_model_scores
, const SWIModel *acoustic_models,
332
if (
current_model_scores
[i] == DO_COMPUTE_MODEL)
338
current_model_scores
[i] = (costdata) - score;
357
costdata *
current_model_scores
;
local
363
/*use the
current_model_scores
array both to tell the model computing stuff
372
current_model_scores
= rec->
current_model_scores
;
376
current_model_scores
[model_index] = DO_NOT_COMPUTE_MODEL;
395
current_model_scores
[model_index] = DO_COMPUTE_MODEL;
422
current_model_scores
[hmm_info->state_indices[0]] = DO_COMPUTE_MODEL
2172
costdata *
current_model_scores
;
local
[
all
...]
Completed in 57 milliseconds