Lines Matching refs:modelCount
77 int modelCount = pron.getPhonemeCount(jj); in ExpandPhonemes() local
78 for (int kk= 0; kk < modelCount; kk++) { in ExpandPhonemes()
159 int modelCount; in ExpandToHMMs() local
174 modelCount = modelSequence.size(); in ExpandToHMMs()
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; in ExpandToHMMs()
178 if (modelCount >= 0) { in ExpandToHMMs()
180 for (int jj= 0; jj < modelCount; jj++) { in ExpandToHMMs()
181 if (jj == (modelCount - 1)) in ExpandToHMMs()
210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count; in ExpandIntraWordSilence() local
242 modelCount = modelSequence.size(); in ExpandIntraWordSilence()
244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; in ExpandIntraWordSilence()
246 if (modelCount >= 0) { in ExpandIntraWordSilence()
248 for (int jj= 0; jj < modelCount; jj++) { in ExpandIntraWordSilence()