Searched refs:findPitchPeriodInRange (Results 1 – 2 of 2) sorted by relevance
/external/sonic/ |
D | Sonic.java | 513 private int findPitchPeriodInRange( in findPitchPeriodInRange() method in Sonic 595 … period = findPitchPeriodInRange(samples, position, minPeriod, maxPeriod, minDiff, maxDiff); in findPitchPeriod() 598 period = findPitchPeriodInRange(downSampleBuffer, 0, minPeriod/skip, in findPitchPeriod() 611 … period = findPitchPeriodInRange(samples, position, minP, maxP, minDiff, maxDiff); in findPitchPeriod() 614 … period = findPitchPeriodInRange(downSampleBuffer, 0, minP, maxP, minDiff, maxDiff); in findPitchPeriod()
|
D | sonic.c | 610 static int findPitchPeriodInRange( in findPitchPeriodInRange() function 698 period = findPitchPeriodInRange(samples, minPeriod, maxPeriod, &minDiff, &maxDiff); in findPitchPeriod() 701 period = findPitchPeriodInRange(stream->downSampleBuffer, minPeriod/skip, in findPitchPeriod() 714 period = findPitchPeriodInRange(samples, minPeriod, maxPeriod, in findPitchPeriod() 718 period = findPitchPeriodInRange(stream->downSampleBuffer, minPeriod, in findPitchPeriod()
|