Searched refs:mantSize (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1569 SetCoeffRegs(double *coeff, int mantSize, coeffPtr pCoeff, int pos) argument
1576 maxVal = 1 << mantSize;
1583 res = 12 - mantSize;
1614 int i, j, j1, num, pos, mantSize; local in function:UpdateCoeff
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, pCoef
[all...]

Completed in 7 milliseconds