Home
last modified time | relevance | path

Searched defs:mot (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dfindhalfpel.cpp65 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()
Dmotion_est.cpp148 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
Dmotion_comp.cpp104 MOT *mot = video->mot[mbnum]; in getMotionCompensatedMB() local
243 MOT *mot, /* i */ in EncPrediction_INTER4V()
Dmp4lib_int.h352 MOT **mot; /* Motion vectors */ member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dfindhalfpel.cpp55 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand, in AVCFindHalfPelMB()