HomeSort by relevance Sort by last modified time
    Searched refs:findPitchPeriod (Results 1 - 2 of 2) sorted by null

  /external/sonic/
Sonic.java 581 private int findPitchPeriod(
726 period = findPitchPeriod(pitchBuffer, position, false);
865 period = findPitchPeriod(inputBuffer, position, true);
sonic.c 682 static int findPitchPeriod(
858 period = findPitchPeriod(stream, stream->pitchBuffer + position*numChannels, 0);
1028 period = findPitchPeriod(stream, samples, 1);

Completed in 106 milliseconds