Home | History | Annotate | Download | only in src

Lines Matching refs:fMult

405       state0 = input  + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
406 y = state0 - fMult(state1b, coeff[A1]) - fMult(state2b, coeff[A2]);
426 y = fMult(y, downFilter->gain);
440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
441 y = state0 + fMult(state1, coeff[B1]) + fMult(state2, coeff[B2]);
443 y = fMult(y, downFilter->gain);