Searched defs:in_end (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftCubicResampler.java38 public void interpolate(float[] in, float[] in_offset, float in_end, argument
44 float ix_end = in_end;
H A DSoftLinearResampler.java38 public void interpolate(float[] in, float[] in_offset, float in_end, argument
45 float ix_end = in_end;
H A DSoftLinearResampler2.java40 public void interpolate(float[] in, float[] in_offset, float in_end, argument
47 float ix_end = in_end;
H A DSoftPointResampler.java38 public void interpolate(float[] in, float[] in_offset, float in_end, argument
44 float ix_end = in_end;
H A DSoftLanczosResampler.java77 public void interpolate(float[] in, float[] in_offset, float in_end, argument
83 float ix_end = in_end;
H A DSoftSincResampler.java84 public void interpolate(float[] in, float[] in_offset, float in_end, argument
90 float ix_end = in_end;
H A DSoftAbstractResampler.java384 float in_end, float[] pitch, float pitchstep, float[] out,
383 interpolate(float[] in, float[] in_offset, float in_end, float[] pitch, float pitchstep, float[] out, int[] out_offset, int out_end) argument
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftCubicResampler/
H A DInterpolate.java44 private static void perfectInterpolation(float[] in_offset, float in_end, argument
51 float ix_end = in_end;
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLanczosResampler/
H A DInterpolate.java44 private static void perfectInterpolation(float[] in_offset, float in_end, argument
51 float ix_end = in_end;
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler/
H A DInterpolate.java44 private static void perfectInterpolation(float[] in_offset, float in_end, argument
51 float ix_end = in_end;
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLinearResampler2/
H A DInterpolate.java44 private static void perfectInterpolation(float[] in_offset, float in_end, argument
51 float ix_end = in_end;
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftPointResampler/
H A DInterpolate.java44 private static void perfectInterpolation(float[] in_offset, float in_end, argument
51 float ix_end = in_end;
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSincResampler/
H A DInterpolate.java44 private static void perfectInterpolation(float[] in_offset, float in_end, argument
51 float ix_end = in_end;

Completed in 66 milliseconds