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

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundProc.c1766 int pitchListIndex = (int) (i/(float)skip+.5); local
1769 if (pitchListIndex >= cPitchLength) {
1770 pitchListIndex = cPitchLength - 1;
1775 point = cPitchList[pitchListIndex];

Completed in 109 milliseconds