Home
last modified time | relevance | path

Searched refs:allotree__modelid (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/crec/
Dsrec_context.c887 unsigned int allotree__modelid; in FST_AttachArbdata() local
893 allotree__modelid = version_arbdata_models(allophone_tree); in FST_AttachArbdata()
894 if (allotree__modelid != 0 && fst->modelid != 0) in FST_AttachArbdata()
896 if (allotree__modelid != fst->modelid) in FST_AttachArbdata()
898 …LogError("Error: modelids disagree, sgcbaseline(%u) arbdata(%u)", fst->modelid, allotree__modelid); in FST_AttachArbdata()