HomeSort by relevance Sort by last modified time
    Searched full:velx (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvoptflowbm.cpp 333 int* velx = (int*)velocityX, *vely = (int*)velocityY; local
336 velx += velStep, vely += velStep )
341 velx[j] = vx; vely[j] = vy;
423 int VelX = 0;
475 VelX = ss[k].x;
482 VelX = ss[k].x;
488 VelX += ss[k].x;
495 VelX = VelY = 0;
502 VelocityX = VelX * temp;
507 VelocityX = VelX << 16
    [all...]
cvoptflowhs.cpp 484 // velx, vely - destination image
500 CvMat stubx, *velx = (CvMat*)velarrx; local
506 CV_CALL( velx = cvGetMat( velx, &stubx ));
512 if( !CV_ARE_TYPES_EQ( velx, vely ))
516 !CV_ARE_SIZES_EQ( velx, vely ) ||
517 !CV_ARE_SIZES_EQ( srcA, velx ))
521 CV_MAT_TYPE( velx->type ) != CV_32FC1 )
525 if( srcA->step != srcB->step || velx->step != vely->step )
530 velx->data.fl, vely->data.fl
    [all...]
cvoptflowlk.cpp 561 // velx, vely - destination image
576 CvMat stubx, *velx = (CvMat*)velarrx; local
582 CV_CALL( velx = cvGetMat( velx, &stubx ));
588 if( !CV_ARE_TYPES_EQ( velx, vely ))
592 !CV_ARE_SIZES_EQ( velx, vely ) ||
593 !CV_ARE_SIZES_EQ( srcA, velx ))
597 CV_MAT_TYPE( velx->type ) != CV_32FC1 )
601 if( srcA->step != srcB->step || velx->step != vely->step )
606 velx->data.fl, vely->data.fl, velx->step ))
    [all...]
  /frameworks/support/v4/gingerbread/android/support/v4/widget/
ScrollerCompatGingerbread.java 55 public static void fling(Object scroller, int startX, int startY, int velX, int velY,
57 ((OverScroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
60 public static void fling(Object scroller, int startX, int startY, int velX, int velY,
62 ((OverScroller) scroller).fling(startX, startY, velX, velY,
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 43 void fling(Object scroller, int startX, int startY, int velX, int velY,
45 void fling(Object scroller, int startX, int startY, int velX, int velY,
99 public void fling(Object scroller, int startX, int startY, int velX, int velY,
101 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
105 public void fling(Object scroller, int startX, int startY, int velX, int velY,
107 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
186 public void fling(Object scroller, int startX, int startY, int velX, int velY,
188 ScrollerCompatGingerbread.fling(scroller, startX, startY, velX, velY,
193 public void fling(Object scroller, int startX, int startY, int velX, int velY,
195 ScrollerCompatGingerbread.fling(scroller, startX, startY, velX, velY
    [all...]
  /external/opencv/cv/include/
cv.h 465 CvSize win_size, CvArr* velx, CvArr* vely );
471 CvArr* velx, CvArr* vely );
475 int use_previous, CvArr* velx, CvArr* vely,
    [all...]

Completed in 73 milliseconds