Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_base.cpp35 arc= new NUANArc * [BLKSIZE]; in SubGraph()
60 arc= new NUANArc * [BLKSIZE]; in AllocateSpaceForArc()
63 NUANArc **new_arc= new NUANArc * [numArc+BLKSIZE]; in AllocateSpaceForArc()
71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) in CreateArc()
75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to); in CreateArc()
81 NUANArc *SubGraph::InheritArc (NUANArc *arcBase, int id) in InheritArc()
84 NUANArc *arc_one= new NUANArc (arcBase); in InheritArc()
91 NUANArc *SubGraph::InheritReverseArc (NUANArc *arcBase, int id) in InheritReverseArc()
94 NUANArc *arc_one= new NUANArc (arcBase); in InheritReverseArc()
101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId) in InheritReverseArcWithTag()
[all …]
Dnetw_arc.h29 class NUANArc
37 NUANArc (int iLabel, int oLabel) in NUANArc() function
49 NUANArc (int iLabel, int oLabel, int from, int to) in NUANArc() function
63 NUANArc (NUANArc *arcsrc) in NUANArc() function
77 NUANArc (NUANArc *arcsrc, int offset, int startId, int newStartId, int endId, int newEndId) in NUANArc() function
172 int Compare (NUANArc *test) in Compare()
194 int CompareSymbol (NUANArc *test) in CompareSymbol()
208 int CompareReverse (NUANArc *test) in CompareReverse()
230 int CompareForMin (NUANArc *test) in CompareForMin()
252 int CompareWithContext (NUANArc *test) in CompareWithContext()
[all …]
Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
210 NUANArc *InheritArc (NUANArc *arcBase, int id);
211 NUANArc *InheritReverseArc (NUANArc *arcBase, int id);
212 NUANArc *CreateCopyWithOutput (NUANArc *arcBase, int id);
213 NUANArc *InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId);
215 NUANArc **arc;
Dsub_phon.cpp36 NUANArc *arcOne; in ExpandPhonemes()
160 NUANArc *arcOne; in ExpandToHMMs()
212 NUANArc *arcOne; in ExpandIntraWordSilence()
419 NUANArc *arcOne; in ExpandWordBoundaries()
441 NUANArc *arcOne; in AddInitialFinalSilences()
Dnetw_dump.cpp366 void NUANArc::Dump(GRXMLDoc &p_Doc ) in Dump()
Dsub_min.cpp360 NUANArc *arcOne; in MergeVertices()