Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/dec/src/
Dmb_motion_comp.cpp192 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv]; in MBMotionComp()
224 py[0] = video->motY[imv]; in MBMotionComp()
225 py[1] = video->motY[imv+1]; in MBMotionComp()
226 py[2] = video->motY[imv+mvwidth]; in MBMotionComp()
227 py[3] = video->motY[imv+mvwidth+1]; in MBMotionComp()
Dpvdec_api.cpp437 video->motY = (MOT *)(IMEM_motY); in PVAllocVideoData()
438 if (video->motY == NULL) status = PV_FALSE; in PVAllocVideoData()
509 video->motY = (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB); in PVAllocVideoData()
510 if (video->motY == NULL) status = PV_FALSE; in PVAllocVideoData()
511 else memset(video->motY, 0, sizeof(MOT) * 4 * nTotalMB); in PVAllocVideoData()
584 video->motY = NULL; in PVCleanUpVideoDecoder()
648 if (video->motY) oscl_free(video->motY); in PVCleanUpVideoDecoder()
Dmp4lib_int.h226 MOT *motY; /* Motion vector in Y direction */ member
Dvlc_decode.cpp141 MOT *mot_y = video->motY; in PV_GetMBvectors()
364 MOT *motydata = video->motY; in mv_prediction()
Dcombined_decode.cpp73 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB); in DecodeFrameCombinedMode()
Ddatapart_decode.cpp62 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB); in DecodeFrameDataPartMode()