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 195 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
221 px[0] = video->motX[imv];
222 px[1] = video->motX[imv+1];
223 px[2] = video->motX[imv+mvwidth];
224 px[3] = video->motX[imv+mvwidth+1];
mp4lib_int.h 225 MOT *motX; /* Motion vector in X direction */
pvdec_api.cpp 387 video->motX = (MOT *)(IMEM_motX);
388 if (video->motX == NULL) status = PV_FALSE;
437 video->motX = (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB);
438 if (video->motX == NULL) status = PV_FALSE;
567 video->motX = NULL;
635 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 76 milliseconds