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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 199 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
225 px[0] = video->motX[imv];
226 px[1] = video->motX[imv+1];
227 px[2] = video->motX[imv+mvwidth];
228 px[3] = video->motX[imv+mvwidth+1];
mp4lib_int.h 225 MOT *motX; /* Motion vector in X direction */
pvdec_api.cpp 435 video->motX = (MOT *)(IMEM_motX);
436 if (video->motX == NULL) status = PV_FALSE;
506 video->motX = (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB);
507 if (video->motX == NULL) status = PV_FALSE;
508 else memset(video->motX, 0, sizeof(MOT) * 4 * nTotalMB);
641 video->motX = NULL;
709 if (video->motX) oscl_free(video->motX);
    [all...]
vlc_decode.cpp 140 MOT *mot_x = video->motX;
363 MOT *motxdata = video->motX;
    [all...]
combined_decode.cpp 72 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB);
datapart_decode.cpp 61 oscl_memset(video->motX, 0, sizeof(MOT)*4*nTotalMB);

Completed in 74 milliseconds