Searched defs:swimodel (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/clib/
H A Dswimodel.c2 * swimodel.c *
33 #include "swimodel.h"
333 SWIModel *swimodel = NULL; local
339 swimodel = (SWIModel*) CALLOC(1, sizeof(SWIModel), "clib.models.base");
341 if (mmap_zip(filename, &swimodel->mmap_zip_data, &swimodel->mmap_zip_size)) {
345 file = swimodel->mmap_zip_data;
347 swimodel->num_hmmstates = *(const short*)file;
349 swimodel->num_dims = *(const short*)file;
351 swimodel
399 free_swimodel(const SWIModel* swimodel) argument
[all...]
/external/srec/srec/include/
H A Dsrec.h25 #include "swimodel.h"
314 const SWIModel *swimodel[MAX_ACOUSTIC_MODELS]; member in struct:__anon31152
H A Dsimapi.h40 #include "swimodel.h"
118 const SWIModel *swimodel; /* owning pointer to compact acoustic models */ member in struct:__anon31136

Completed in 102 milliseconds