Searched refs:xsum (Results 1 – 2 of 2) sorted by relevance
155 int xsum; in MBMotionComp() local221 xsum = px[0] + px[1] + px[2] + px[3]; in MBMotionComp()222 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in MBMotionComp()223 (((PV_ABS(xsum)) >> 4) << 1)); in MBMotionComp()228 xsum = py[0] + py[1] + py[2] + py[3]; in MBMotionComp()229 dy = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in MBMotionComp()230 (((PV_ABS(xsum)) >> 4) << 1)); in MBMotionComp()
111 Int xsum, ysum; in getMotionCompensatedMB() local170 xsum = mot[1].x + mot[2].x + mot[3].x + mot[4].x; in getMotionCompensatedMB()173 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in getMotionCompensatedMB()174 (((PV_ABS(xsum)) >> 4) << 1)); in getMotionCompensatedMB()