Lines Matching refs:centre
158 int ii, currId, newId, arcCount, left, right, centre; in ExpandToHMMs() local
167 centre= arc[ii]->GetCentre(); in ExpandToHMMs()
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; in ExpandToHMMs()
173 doc.getHMMSequence (centre, left, right, modelSequence); in ExpandToHMMs()
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; in ExpandToHMMs()
211 int left, centre, right; in ExpandIntraWordSilence() local
235 centre= arc[ii]->GetLeft(); in ExpandIntraWordSilence()
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; in ExpandIntraWordSilence()
241 doc.getHMMSequence (centre, left, right, modelSequence); in ExpandIntraWordSilence()
244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; in ExpandIntraWordSilence()
252 arcOne->AssignCentre (centre); in ExpandIntraWordSilence()
259 std::cout << " " << centre << std::endl; in ExpandIntraWordSilence()
273 centre= arc[ii]->GetRight(); in ExpandIntraWordSilence()
277 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; in ExpandIntraWordSilence()
280 doc.getHMMSequence (centre, left, right, followSequence); in ExpandIntraWordSilence()
283 … std::cout << "HMM: " << centre << " number of HMMs = " << followCount <<std::endl; in ExpandIntraWordSilence()
295 arcOne->AssignCentre (centre); in ExpandIntraWordSilence()
302 std::cout << " " << centre << std::endl; in ExpandIntraWordSilence()