Home
last modified time | relevance | path

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

/external/sonic/
DSonic.java521 int bestPeriod = 0, worstPeriod = 255; in findPitchPeriodInRange() local
539 if(diff*worstPeriod > maxDiff*period) { in findPitchPeriodInRange()
541 worstPeriod = period; in findPitchPeriodInRange()
545 retMaxDiff = maxDiff/worstPeriod; in findPitchPeriodInRange()
Dsonic.c617 int period, bestPeriod = 0, worstPeriod = 255; in findPitchPeriodInRange() local
639 if(diff*worstPeriod > maxDiff*period) { in findPitchPeriodInRange()
641 worstPeriod = period; in findPitchPeriodInRange()
645 *retMaxDiff = maxDiff/worstPeriod; in findPitchPeriodInRange()