HomeSort by relevance Sort by last modified time
    Searched refs:current_model_scores (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/crec/
srec_initialize.c 91 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);
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...]
  /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

Completed in 51 milliseconds