OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findPitchPeriodInRange
(Results
1 - 2
of
2
) sorted by null
/external/sonic/
Sonic.java
513
private int
findPitchPeriodInRange
(
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);
sonic.c
610
static int
findPitchPeriodInRange
(
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 450 milliseconds