Searched refs:maxP (Results 1 – 1 of 1) sorted by relevance
/external/sonic/ |
D | Sonic.java | 603 int maxP = period + (skip << 2); in findPitchPeriod() local 607 if(maxP > maxPeriod) { in findPitchPeriod() 608 maxP = maxPeriod; in findPitchPeriod() 611 … period = findPitchPeriodInRange(samples, position, minP, maxP, minDiff, maxDiff); in findPitchPeriod() 614 … period = findPitchPeriodInRange(downSampleBuffer, 0, minP, maxP, minDiff, maxDiff); in findPitchPeriod()
|