/external/srec/srec/AcousticModels/include/ |
SR_AcousticModelsImpl.h | 80 * Legacy Arbdata structure. 82 CA_Arbdata* arbdata; member in struct:SR_AcousticModelsImpl_t
|
SR_AcousticModels.h | 108 * Returns the arbdata (CA_Arbdata*) of a component.
|
/external/srec/srec/AcousticModels/src/ |
AcousticModelsImpl.c | 283 impl->arbdata = NULL; 402 impl->arbdata = CA_LoadArbdata(arbfile); 403 if (impl->arbdata == NULL) 408 len = CA_ArbdataGetModelVersionID(impl->arbdata); 459 if (impl->arbdata != NULL) 461 CA_FreeArbdata(impl->arbdata); 462 impl->arbdata = NULL; 570 return impl? (void*)impl->arbdata : NULL;
|
/external/srec/tools/test_g2g/ |
test_g2g.c | 73 int CheckG2G(CA_Arbdata* arbdata, int* p4pTable, const char* base, int wordid, char* outbase); 75 int *phonemecode_for_pel_table(CA_Arbdata* arbdata); 158 pfprintf(PSTDOUT, "arbdata done\n");
|
/external/srec/srec/ca/ |
syn_srec.c | 74 int CA_LoadSyntaxAsExtensible(CA_Syntax *hSyntax, /*CA_Arbdata* arbdata,*/ 304 free_buffer((char*)ca_arbdata, "srec.arbdata");
|
/external/srec/srec/clib/ |
srec_arb.c | 300 buffer = (char*)CALLOC_CLR(fpos, sizeof(char), "srec.arbdata"); 309 /* read structure arbdata from file */ 357 PLogMessage("read arbdata image size %d\n", allotree->image_size);
|
/external/srec/srec/include/ |
simapi.h | [all...] |
/external/srec/srec/Grammar/src/ |
SR_GrammarImpl.c | 193 /* make sure to have the latest arbdata to add words, however since 194 the arbdata is known to be constant for all acoustic models we
|
/external/srec/srec/crec/ |
srec_context.c | 897 PLogError("Error: modelids disagree, sgcbaseline(%u) arbdata(%u)", fst->modelid, allotree__modelid); [all...] |