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

  /frameworks/av/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
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 445 MouseMotionEvent mot = new MouseMotionEvent(newX, newY, dx, dy, 0, 0); local
446 mot.setTime(event.getTime());
447 listener.onMouseMotionEvent(mot);

Completed in 67 milliseconds