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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_videohw.c256 int i, j, w, WeightMat[16][4]; local in function:SetDDAReg
274 WeightMat[i][0] = (int) tempW[0];
275 WeightMat[i][1] = (int) tempW[1];
276 WeightMat[i][2] = (int) tempW[2];
277 WeightMat[i][3] = (int) tempW[3];
280 w = WeightMat[i][0] + WeightMat[i][1] + WeightMat[i][2] + WeightMat[i][3];
283 temp1 = ( WeightMat[
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c1543 int WeightMat[16][8]; local in function:SiS_CalcXTapScaler
1565 WeightMat[i][0] = roundandconv(W[0] / WW * fixnumber);
1566 WeightMat[i][1] = roundandconv(W[1] / WW * fixnumber);
1567 WeightMat[i][2] = roundandconv(W[2] / WW * fixnumber);
1568 WeightMat[i][3] = (int)fixnumber - WeightMat[i][0] - WeightMat[i][1] - WeightMat[i][2];
1583 WeightMat[i][0] = roundandconv(W[0]/WW * fixnumber);
1584 WeightMat[
[all...]

Completed in 5 milliseconds