Searched refs:PV_SIGN (Results 1 – 4 of 4) sorted by relevance
114 #define PV_SIGN(x) (((x)<0)? -1 : 1) macro
173 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in getMotionCompensatedMB()175 dy = PV_SIGN(ysum) * (roundtab16[(PV_ABS(ysum)) & 0xF] + in getMotionCompensatedMB()
42 #define PV_SIGN(x) (((x)<0)? -1 : 1) macro
226 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in MBMotionComp()233 dy = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in MBMotionComp()