Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:right

158     int ii, currId, newId, arcCount, left, right, centre;
169 right= arc[ii]->GetRight();
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
173 doc.getHMMSequence (centre, left, right, modelSequence);
211 int left, centre, right;
236 right= arc[ii]->GetRight();
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
241 doc.getHMMSequence (centre, left, right, modelSequence);
264 // right block
271 // right triphone
274 right= arc[forwardList[bix]]->GetRight();
277 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
280 doc.getHMMSequence (centre, left, right, followSequence);