Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dshortest-path.h186 StateId s_p = kNoStateId, d_p = kNoStateId; in SingleShortestPath() local
190 d_p = s_p; in SingleShortestPath()
191 s_p = ofst->AddState(); in SingleShortestPath()
193 ofst->SetFinal(s_p, ifst.Final(f_parent)); in SingleShortestPath()
196 ofst->AddArc(s_p, arc_parent[d]); in SingleShortestPath()
199 ofst->SetStart(s_p); in SingleShortestPath()
/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h687 StateId s_p = kNoStateId, d_p = kNoStateId; in GetPath() local
692 d_p = s_p; in GetPath()
693 s_p = ofst_->AddState(); in GetPath()
695 ofst_->SetFinal(s_p, ifst_->Final(f_parent_.state)); in GetPath()
708 ofst_->AddArc(s_p, arc); in GetPath()
722 ofst_->SetStart(s_p); in GetPath()