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

  /external/srec/srec/clib/
swimodel.c 2 * swimodel.c *
33 #include "swimodel.h"
330 const SWIModel* load_swimodel(const char *filename)
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))
    [all...]
  /external/srec/srec/ca/
acc_basi.c 77 hAcoust->swimodel = load_swimodel(subname);
78 if (hAcoust->swimodel == NULL)
100 if (hAcoust->swimodel)
102 free_swimodel(hAcoust->swimodel);
103 hAcoust->swimodel = 0;
rec_load.c 57 rc = add_acoustic_model_for_recognition(hRecog->recm, hAcoust->swimodel);
Android.mk 48 ../clib/swimodel.c \
  /external/srec/srec/include/
swimodel.h 2 * swimodel.h *
58 SWIModel;
66 const SWIModel *load_swimodel(const char *filename);
67 void free_swimodel(const SWIModel* swimodel);
c42mul.h 37 #include "swimodel.h"
64 int add_acoustic_model_for_recognition(multi_srec* rec, const SWIModel* swimodel);
srec.h 25 #include "swimodel.h"
314 const SWIModel *swimodel[MAX_ACOUSTIC_MODELS]; member in struct:__anon12673
simapi.h 40 #include "swimodel.h"
118 const SWIModel *swimodel; /* owning pointer to compact acoustic models */ member in struct:__anon12657
    [all...]
  /external/srec/srec/crec/
c47mulsp.c 30 int add_acoustic_model_for_recognition(multi_srec* recm, const SWIModel* model)
51 recm->swimodel[ recm->num_swimodels] = model;
srec.c 39 #include "swimodel.h"
324 static int compute_model_scores(costdata *current_model_scores, const SWIModel *acoustic_models,
349 static int find_which_models_to_compute(srec *rec, const SWIModel *acoustic_models)
    [all...]

Completed in 196 milliseconds