Searched defs:mot (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | findhalfpel.cpp | 65 void FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncand, in FindHalfPelMB() 184 Int FindHalfPelBlk(VideoEncData *video, UChar *cur, MOT *mot, Int sad16, UChar *ncand8[], in FindHalfPelBlk()
|
D | motion_est.cpp | 148 MOT *mot_mb, **mot = video->mot; in MotionEstimation() local 779 MOT **mot = video->mot; in MBMotionSearch() local 1355 MOT **mot = video->mot; in CandidateSelection() local
|
D | motion_comp.cpp | 103 MOT *mot = video->mot[mbnum]; in getMotionCompensatedMB() local 242 MOT *mot, /* i */ in EncPrediction_INTER4V()
|
D | mp4lib_int.h | 350 MOT **mot; /* Motion vectors */ member
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | findhalfpel.cpp | 41 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand, in AVCFindHalfPelMB()
|