Lines Matching refs:xpos
45 int xpos, i;
132 xpos = 0; // lumXInc/2 - 0x8000; // difference between pixel centers
136 int xx = xpos >> 16;
140 int b = ((xpos + xInc) >> 16) - xx;
141 int c = ((xpos + xInc * 2) >> 16) - xx;
142 int d = ((xpos + xInc * 3) >> 16) - xx;
152 filter[i] = ((xpos & 0xFFFF) ^ 0xFFFF) >> 9;
153 filter[i + 1] = (((xpos + xInc) & 0xFFFF) ^ 0xFFFF) >> 9;
154 filter[i + 2] = (((xpos + xInc * 2) & 0xFFFF) ^ 0xFFFF) >> 9;
155 filter[i + 3] = (((xpos + xInc * 3) & 0xFFFF) ^ 0xFFFF) >> 9;
185 xpos += xInc;
188 filterPos[((i / 2) + 1) & (~1)] = xpos >> 16; // needed to jump to the next part