Home
last modified time | relevance | path

Searched refs:state_fb (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java266 float[] state_fb; field in DecoderTestAacDrc.Biquad
275 state_fb = new float[2]; in Biquad()
276 state_ff[0] = state_ff[1] = state_fb[0] = state_fb[1] = 0.0f; in Biquad()
290 state_fb[0] = state_fb[1] = 0.0f; in apply()
295 y_2 = state_fb[0]; // y[n-2] in apply()
296 y_1 = state_fb[1]; // y[n-1] in apply()
309 state_fb[0] = y_2; // next y[n-2] in apply()
310 state_fb[1] = y_1; // next y[n-1] in apply()