Searched refs:ysum (Results 1 – 1 of 1) sorted by relevance
111 Int xsum, ysum; in getMotionCompensatedMB() local171 ysum = mot[1].y + mot[2].y + mot[3].y + mot[4].y; in getMotionCompensatedMB()175 dy = PV_SIGN(ysum) * (roundtab16[(PV_ABS(ysum)) & 0xF] + in getMotionCompensatedMB()176 (((PV_ABS(ysum)) >> 4) << 1)); in getMotionCompensatedMB()