Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmb_motion_comp.cpp191 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()
Dpvdec_api.cpp435 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()
Dmp4lib_int.h225 MOT *motX; /* Motion vector in X direction */ member
Dvlc_decode.cpp140 MOT *mot_x = video->motX; in PV_GetMBvectors()
363 MOT *motxdata = video->motX; in mv_prediction()
Dcombined_decode.cpp72 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB); in DecodeFrameCombinedMode()
Ddatapart_decode.cpp61 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB); in DecodeFrameDataPartMode()