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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftFilter.java79 private float last_b1; field in class:SoftFilter
160 last_b1 = b1;
173 float b1 = this.last_b1;
180 float b1_delta = (this.b1 - this.last_b1) / len;
278 this.last_b1 = this.b1;
425 last_b1 = b1;
439 float b1 = this.last_b1;
446 float b1_delta = (this.b1 - this.last_b1) / len;
518 this.last_b1 = this.b1;

Completed in 999 milliseconds