Searched defs:mot (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/video/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 | 104 MOT *mot = video->mot[mbnum]; in getMotionCompensatedMB() local 243 MOT *mot, /* i */ in EncPrediction_INTER4V()
|
D | mp4lib_int.h | 352 MOT **mot; /* Motion vectors */ member
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | findhalfpel.cpp | 55 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand, in AVCFindHalfPelMB()
|