Searched refs:p_pitch2 (Results 1 - 6 of 6) sorted by relevance
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftCubicResampler/ |
H A D | Interpolate.java | 71 private static float testResampler(SoftAbstractResampler resampler, float p_pitch, float p_pitch2) argument 79 float pitchstep = (p_pitch2 - p_pitch)/1024f;
|
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLanczosResampler/ |
H A D | Interpolate.java | 71 private static float testResampler(SoftAbstractResampler resampler, float p_pitch, float p_pitch2) argument 79 float pitchstep = (p_pitch2 - p_pitch)/1024f;
|
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler/ |
H A D | Interpolate.java | 71 private static float testResampler(SoftAbstractResampler resampler, float p_pitch, float p_pitch2) argument 79 float pitchstep = (p_pitch2 - p_pitch)/1024f;
|
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler2/ |
H A D | Interpolate.java | 71 private static float testResampler(SoftAbstractResampler resampler, float p_pitch, float p_pitch2) argument 79 float pitchstep = (p_pitch2 - p_pitch)/1024f;
|
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftPointResampler/ |
H A D | Interpolate.java | 71 private static float testResampler(SoftAbstractResampler resampler, float p_pitch, float p_pitch2) argument 79 float pitchstep = (p_pitch2 - p_pitch)/1024f;
|
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSincResampler/ |
H A D | Interpolate.java | 71 private static float testResampler(SoftAbstractResampler resampler, float p_pitch, float p_pitch2) argument 79 float pitchstep = (p_pitch2 - p_pitch)/1024f;
|
Completed in 733 milliseconds