Home
last modified time | relevance | path

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

/external/sonic/
DSonic.java581 private int findPitchPeriod( in findPitchPeriod() method in Sonic
726 period = findPitchPeriod(pitchBuffer, position, false); in adjustPitch()
865 period = findPitchPeriod(inputBuffer, position, true); in changeSpeed()
Dsonic.c682 static int findPitchPeriod( in findPitchPeriod() function
858 period = findPitchPeriod(stream, stream->pitchBuffer + position*numChannels, 0); in adjustPitch()
1028 period = findPitchPeriod(stream, samples, 1); in changeSpeed()