Searched refs:current_model_scores (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_initialize.c91 rec->current_model_scores = (costdata*) CALLOC_CLR(max_model_states, sizeof(costdata), "search.srec.current_model_scores"); /*FIX - either get NUM_MODELS from acoustic models, or check this someplace to make sure we have enough room*/
213 FREE(rec->current_model_scores);
H A Dsrec.c324 static int compute_model_scores(costdata *current_model_scores, const SWIModel *acoustic_models, argument
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_inf
2172 costdata *current_model_scores; local
[all...]
/external/srec/srec/include/
H A Dsrec.h181 ? 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

Completed in 54 milliseconds