Searched refs:worstPeriod (Results 1 – 2 of 2) sorted by relevance
521 int bestPeriod = 0, worstPeriod = 255; in findPitchPeriodInRange() local539 if(diff*worstPeriod > maxDiff*period) { in findPitchPeriodInRange()541 worstPeriod = period; in findPitchPeriodInRange()545 retMaxDiff = maxDiff/worstPeriod; in findPitchPeriodInRange()
617 int period, bestPeriod = 0, worstPeriod = 255; in findPitchPeriodInRange() local639 if(diff*worstPeriod > maxDiff*period) { in findPitchPeriodInRange()641 worstPeriod = period; in findPitchPeriodInRange()645 *retMaxDiff = maxDiff/worstPeriod; in findPitchPeriodInRange()