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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1618 int tapAdjust[MAX_TAPS], tap2Fix; local in function:UpdateCoeff
1673 tap2Fix = tapAdjust[j1];
1675 coeffs[i][tap2Fix] += diff;
1676 pos = tap2Fix + i * taps;
1677 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
1678 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
1680 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);

Completed in 5 milliseconds