Searched defs:hmmstates (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/include/
H A Dswimodel.h53 const SWIhmmState *hmmstates; /* size num_hmmstates ~ 800*/ member in struct:__anon12472
/external/srec/srec/clib/
H A Dswimodel.c354 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);

Completed in 96 milliseconds