Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmb_motion_comp.cpp145 int imv, mvwidth; in MBMotionComp() local
188 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3); in MBMotionComp()
191 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv]; in MBMotionComp()
192 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv]; in MBMotionComp()
217 px[0] = video->motX[imv]; in MBMotionComp()
218 px[1] = video->motX[imv+1]; in MBMotionComp()
219 px[2] = video->motX[imv+mvwidth]; in MBMotionComp()
220 px[3] = video->motX[imv+mvwidth+1]; in MBMotionComp()
224 py[0] = video->motY[imv]; in MBMotionComp()
225 py[1] = video->motY[imv+1]; in MBMotionComp()
[all …]