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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftFilter.java80 private float last_b2; field in class:SoftFilter
161 last_b2 = b2;
174 float b2 = this.last_b2;
181 float b2_delta = (this.b2 - this.last_b2) / len;
279 this.last_b2 = this.b2;
426 last_b2 = b2;
440 float b2 = this.last_b2;
447 float b2_delta = (this.b2 - this.last_b2) / len;
519 this.last_b2 = this.b2;

Completed in 29 milliseconds