Searched refs:swimodel (Results 1 - 10 of 10) 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/ca/
H A Dacc_basi.c77 hAcoust->swimodel = load_swimodel(subname);
78 if (hAcoust->swimodel == NULL)
100 if (hAcoust->swimodel)
102 free_swimodel(hAcoust->swimodel);
103 hAcoust->swimodel = 0;
H A Drec_load.c57 rc = add_acoustic_model_for_recognition(hRecog->recm, hAcoust->swimodel);
H A DAndroid.mk48 ../clib/swimodel.c \
/external/srec/srec/include/
H A Dswimodel.h2 * swimodel.h *
67 void free_swimodel(const SWIModel* swimodel);
H A Dc42mul.h37 #include "swimodel.h"
64 int add_acoustic_model_for_recognition(multi_srec* rec, const SWIModel* swimodel);
H A Dsrec.h25 #include "swimodel.h"
314 const SWIModel *swimodel[MAX_ACOUSTIC_MODELS]; member in struct:__anon26861
H A Dsimapi.h40 #include "swimodel.h"
118 const SWIModel *swimodel; /* owning pointer to compact acoustic models */ member in struct:__anon26845
/external/srec/srec/crec/
H A Dc47mulsp.c51 recm->swimodel[ recm->num_swimodels] = model;
H A Dsrec.c39 #include "swimodel.h"
2019 srec_viterbi_part1(&recm->rec[0], recm->swimodel[0], pattern, DO_NOT_COMPUTE_MODEL);
2038 const SWIModel* acoustic_models1 = recm->swimodel[0];
2039 const SWIModel* acoustic_models2 = recm->swimodel[1];

Completed in 148 milliseconds