HomeSort by relevance Sort by last modified time
    Searched full:moty (Results 1 - 12 of 12) sorted by null

  /external/opencore/codecs_v2/video/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 390 video->motY = (MOT *)(IMEM_motY);
391 if (video->motY == NULL) status = PV_FALSE;
440 video->motY = (MOT *) oscl_malloc(sizeof(MOT) * 4 * nTotalMB);
441 if (video->motY == NULL) status = PV_FALSE;
569 video->motY = NULL;
637 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 74 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);
datapart_decode.cpp 63 oscl_memset(video->motY, 0, sizeof(MOT)*4*nTotalMB);
  /frameworks/base/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 522 milliseconds