Searched refs:findPitchPeriodInRange (Results 1 - 2 of 2) sorted by relevance

/external/sonic/
H A DSonic.java513 private int findPitchPeriodInRange( method in class:Sonic
595 period = findPitchPeriodInRange(samples, position, minPeriod, maxPeriod, minDiff, maxDiff);
598 period = findPitchPeriodInRange(downSampleBuffer, 0, minPeriod/skip,
611 period = findPitchPeriodInRange(samples, position, minP, maxP, minDiff, maxDiff);
614 period = findPitchPeriodInRange(downSampleBuffer, 0, minP, maxP, minDiff, maxDiff);
H A Dsonic.c610 static int findPitchPeriodInRange( function
698 period = findPitchPeriodInRange(samples, minPeriod, maxPeriod, &minDiff, &maxDiff);
701 period = findPitchPeriodInRange(stream->downSampleBuffer, minPeriod/skip,
714 period = findPitchPeriodInRange(samples, minPeriod, maxPeriod,
718 period = findPitchPeriodInRange(stream->downSampleBuffer, minPeriod,

Completed in 105 milliseconds