Lines Matching refs:mantSize
1569 SetCoeffRegs(double *coeff, int mantSize, coeffPtr pCoeff, int pos)
1576 maxVal = 1 << mantSize;
1583 res = 12 - mantSize;
1614 int i, j, j1, num, pos, mantSize;
1622 mantSize = 7;
1624 mantSize = 6;
1656 SetCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos);
1658 SetCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos);
1678 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
1680 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);