Home | History | Annotate | Download | only in src

Lines Matching full:inval

294     opus_val32 inval;
307 inval = in[ k*stride ];
308 vout = S[ 0 ] + B[0]*inval;
310 S[ 0 ] = S[1] - vout*A[0] + B[1]*inval;
312 S[ 1 ] = - vout*A[1] + B[2]*inval + VERY_SMALL;