OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWIModel
(Results
1 - 7
of
7
) sorted by null
/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:__anon26526
simapi.h
40
#include "
swimodel
.h"
118
const
SWIModel
*
swimodel
; /* owning pointer to compact acoustic models */
member in struct:__anon26510
[
all
...]
/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/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 112 milliseconds