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

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

Completed in 78 milliseconds