Searched refs:motX (Results 1 – 6 of 6) sorted by relevance
191 dx = px[0] = px[1] = px[2] = px[3] = video->motX[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()
435 video->motX = (MOT *)(IMEM_motX); in PVAllocVideoData()436 if (video->motX == NULL) status = PV_FALSE; in PVAllocVideoData()506 video->motX = (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB); in PVAllocVideoData()507 if (video->motX == NULL) status = PV_FALSE; in PVAllocVideoData()508 else memset(video->motX, 0, sizeof(MOT) * 4 * nTotalMB); in PVAllocVideoData()583 video->motX = NULL; in PVCleanUpVideoDecoder()647 if (video->motX) oscl_free(video->motX); in PVCleanUpVideoDecoder()
225 MOT *motX; /* Motion vector in X direction */ member
140 MOT *mot_x = video->motX; in PV_GetMBvectors()363 MOT *motxdata = video->motX; in mv_prediction()
72 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB); in DecodeFrameCombinedMode()
61 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB); in DecodeFrameDataPartMode()