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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftFilter.java75 private float last_wet = 0; field in class:SoftFilter
163 last_wet = wet;
167 if (wet > 0 || last_wet > 0) {
176 float wet = this.last_wet;
183 float wet_delta = (this.wet - this.last_wet) / len;
281 this.last_wet = this.wet;
429 last_wet = wet;
433 if (wet > 0 || last_wet > 0) {
442 float wet = this.last_wet;
449 float wet_delta = (this.wet - this.last_wet) / le
[all...]

Completed in 30 milliseconds