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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_motion_comp.cpp200 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
232 py[0] = video->motY[imv];
233 py[1] = video->motY[imv+1];
234 py[2] = video->motY[imv+mvwidth];
235 py[3] = video->motY[imv+mvwidth+1];
H A Dmp4lib_int.h226 MOT *motY; /* Motion vector in Y direction */ member in struct:tagVideoDecData
H A Dpvdec_api.cpp426 video->motY = (MOT *)(IMEM_motY);
427 if (video->motY == NULL) status = PV_FALSE;
490 video->motY = (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB);
491 if (video->motY == NULL) status = PV_FALSE;
622 video->motY = NULL;
690 if (video->motY) oscl_free(video->motY);
H A Dvlc_decode.cpp141 MOT *mot_y = video->motY;
364 MOT *motydata = video->motY;
H A Dcombined_decode.cpp73 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);
H A Ddatapart_decode.cpp62 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);

Completed in 91 milliseconds