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

  /external/srec/srec/clib/
swimodel.c 354 SWIhmmState* hmmstates = (SWIhmmState*) CALLOC(swimodel->num_hmmstates, sizeof(SWIhmmState), "clib.models.states"); local
355 swimodel->hmmstates = hmmstates;
385 hmmstates[i].num_pdfs = num_pdfs_in_model[i];
386 hmmstates[i].means = mean_ptr;
387 hmmstates[i].weights = weight_ptr;
403 FREE((void*)swimodel->hmmstates);
  /external/srec/srec/include/
swimodel.h 53 const SWIhmmState *hmmstates; /* size num_hmmstates ~ 800*/ member in struct:__anon12687
  /external/srec/srec/crec/
srec.c 335 &acoustic_models->hmmstates[i], acoustic_models->num_dims);
    [all...]

Completed in 38 milliseconds