Home | History | Annotate | Download | only in src

Lines Matching full:coef

2061   FIXP_SGL *coef = pConcealmentInfo->TDNoiseCoef;
2078 noiseValLong = fMult(states[0], coef[0]) + fMult(states[1], coef[1]) +
2079 fMult(states[2], coef[2]);