Searched refs:testResampler (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) method in class:Interpolate 103 float max = testResampler(resampler, 0.3f, 0.3f); 106 max = testResampler(resampler, 0.3f, 0.01f); 109 max = testResampler(resampler, 1.0f, 0.00f);
|
/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) method in class:Interpolate 103 float max = testResampler(resampler, 0.3f, 0.3f); 106 max = testResampler(resampler, 0.3f, 0.01f); 109 max = testResampler(resampler, 1.0f, 0.00f);
|
/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) method in class:Interpolate 103 float max = testResampler(resampler, 0.3f, 0.3f); 106 max = testResampler(resampler, 0.3f, 0.01f); 109 max = testResampler(resampler, 1.0f, 0.00f);
|
/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) method in class:Interpolate 103 float max = testResampler(resampler, 0.3f, 0.3f); 106 max = testResampler(resampler, 0.3f, 0.01f); 109 max = testResampler(resampler, 1.0f, 0.00f);
|
/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) method in class:Interpolate 103 float max = testResampler(resampler, 0.3f, 0.3f); 106 max = testResampler(resampler, 0.3f, 0.01f); 109 max = testResampler(resampler, 1.0f, 0.00f);
|
/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) method in class:Interpolate 103 float max = testResampler(resampler, 0.3f, 0.3f); 106 max = testResampler(resampler, 0.3f, 0.01f); 109 max = testResampler(resampler, 1.0f, 0.00f);
|
Completed in 29 milliseconds