Home
last modified time | relevance | path

Searched refs:ysum (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp111 Int xsum, ysum; in getMotionCompensatedMB() local
171 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()