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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 65 void FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncand,
93 imin = xpos + (mot[0].x >> 1);
94 jmin = ypos + (mot[0].y >> 1);
123 dmin = mot[0].sad;
145 PV_ABS(mot[0].x + xh) + PV_ABS(mot[0].y + yh) < PV_ABS(mot[0].x + xhmin[0]) + PV_ABS(mot[0].y + yhmin[0]))
168 mot[0].sad = dmin
    [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...]
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...]
vlc_encode.cpp 1028 if ((Mode == MODE_INTER) && (video->mot[mbnum][0].x == 0) && (video->mot[mbnum][0].y == 0))
1030 else if ((Mode == MODE_INTER4V) && (video->mot[mbnum][1].x == 0) && (video->mot[mbnum][1].y == 0)
1031 && (video->mot[mbnum][2].x == 0) && (video->mot[mbnum][2].y == 0)
1032 && (video->mot[mbnum][3].x == 0) && (video->mot[mbnum][3].y == 0)
1033 && (video->mot[mbnum][4].x == 0) && (video->mot[mbnum][4].y == 0)
    [all...]
mp4enc_lib.h 105 void EncPrediction_INTER4V(Int xpred, Int ypred, MOT *mot, UChar *c_prev, UChar *c_rec,
130 void ComputeMBSum_C(UChar *cur, Int lx, MOT *mot_mb);
131 void ComputeMBSum_MMX(UChar *cur, Int lx, MOT *mot_mb);
132 void ComputeMBSum_SSE(UChar *cur, Int lx, MOT *mot_mb);
137 void FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncand,
139 Int FindHalfPelBlk(VideoEncData *video, UChar *cur, MOT *mot, Int sad16, UChar *ncand8[],
fastcodemb.cpp 143 sad = video->mot[mbnum][k+1].sad;
370 sad = video->mot[mbnum][k+1].sad;
mp4enc_api.cpp 657 video->mot = (MOT **)M4VENC_MALLOC(sizeof(MOT *) * nTotalMB);
658 if (video->mot == NULL) goto CLEAN_UP;
662 video->mot[idx] = (MOT *)M4VENC_MALLOC(sizeof(MOT) * 8);
663 if (video->mot[idx] == NULL)
    [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
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 54 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand,
86 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
106 mot->sad = dmin;
107 mot->x += xh[hmin];
108 mot->y += yh[hmin];
119 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy)
    [all...]
avcenc_lib.h 613 \param "mot" "Pointer to the AVCMV array of the frame."
621 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand,
    [all...]
  /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);
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 288 milliseconds