HomeSort by relevance Sort by last modified time
    Searched defs:mot (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 103 MOT *mot = video->mot[mbnum]; local
133 dx = mot[0].x;
134 dy = mot[0].y;
167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec,
170 xsum = mot[1].x + mot[2].x + mot[3].x + mot[4].x
    [all...]
motion_est.cpp 148 MOT *mot_mb, **mot = video->mot; local
151 void (*ComputeMBSum)(UChar *, Int, MOT *) = video->functionPointer->ComputeMBSum;
194 mot_mb = mot[mbnum];
271 mot_mb = mot[mbnum];
482 mot_mb = mot[mbnum];
779 MOT **mot = video->mot; local
1355 MOT **mot = video->mot; local
    [all...]
mp4lib_int.h 158 } MOT;
242 void (*ComputeMBSum)(UChar *cur, Int lx, MOT *mot_mb);
350 MOT **mot; /* Motion vectors */ member in struct:tagVideoEncData

Completed in 18 milliseconds