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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAbstractResampler.java49 float[] current_pitch = new float[1]; field in class:SoftAbstractResampler.ModelAbstractResamplerStream
120 current_pitch[0] = samplerateconv;
149 current_pitch[0] = this.target_pitch;
269 float pitchstep = (target_pitch - current_pitch[0]) / len;
270 float[] current_pitch = this.current_pitch;
311 float bak_pitch = current_pitch[0];
316 current_pitch[0] = bak_pitch;
317 interpolate(ibuffer[i], ix, ixend, current_pitch,
327 current_pitch[
[all...]

Completed in 251 milliseconds