HomeSort by relevance Sort by last modified time
    Searched refs:motY (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 196 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
228 py[0] = video->motY[imv];
229 py[1] = video->motY[imv+1];
230 py[2] = video->motY[imv+mvwidth];
231 py[3] = video->motY[imv+mvwidth+1];
mp4lib_int.h 226 MOT *motY; /* Motion vector in Y direction */
pvdec_api.cpp 389 video->motY = (MOT *)(IMEM_motY);
390 if (video->motY == NULL) status = PV_FALSE;
439 video->motY = (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB);
440 if (video->motY == NULL) status = PV_FALSE;
568 video->motY = NULL;
636 if (video->motY) oscl_free(video->motY);
    [all...]
vlc_decode.cpp 141 MOT *mot_y = video->motY;
364 MOT *motydata = video->motY;
    [all...]
combined_decode.cpp 73 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);
datapart_decode.cpp 62 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);

Completed in 64 milliseconds