Searched refs:pCoeff (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
1585 pCoeff[pos].exponent = 3;
1586 pCoeff[pos].mantissa = icoeff << res;
1589 pCoeff[pos].exponent = 2;
1590 pCoeff[pos].mantissa = icoeff << res;
1593 pCoeff[pos].exponent = 1;
1594 pCoeff[pos].mantissa = icoeff << res;
1597 pCoeff[pos].exponent = 0;
1598 pCoeff[pos].mantissa = icoeff << res;
1605 pCoeff[po
1612 UpdateCoeff(int taps,double fCutoff,Bool isHoriz,Bool isY,coeffPtr pCoeff) argument
[all...]

Completed in 4 milliseconds