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

  /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,
  /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;
424 int VelY = 0;
476 VelY = ss[k].y;
483 VelY = ss[k].y;
489 VelY += ss[k].y;
495 VelX = VelY = 0;
503 VelocityY = VelY * temp;
508 VelocityY = VelY << 16
    [all...]
cvoptflowhs.cpp 484 // velx, vely - destination image
501 CvMat stuby, *vely = (CvMat*)velarry; local
507 CV_CALL( vely = cvGetMat( vely, &stuby ));
512 if( !CV_ARE_TYPES_EQ( velx, vely ))
516 !CV_ARE_SIZES_EQ( velx, vely ) ||
525 if( srcA->step != srcB->step || velx->step != vely->step )
530 velx->data.fl, vely->data.fl,
cvoptflowlk.cpp 561 // velx, vely - destination image
577 CvMat stuby, *vely = (CvMat*)velarry; local
583 CV_CALL( vely = cvGetMat( vely, &stuby ));
588 if( !CV_ARE_TYPES_EQ( velx, vely ))
592 !CV_ARE_SIZES_EQ( velx, vely ) ||
601 if( srcA->step != srcB->step || velx->step != vely->step )
606 velx->data.fl, vely->data.fl, velx->step ));
  /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...]
  /external/llvm/docs/
CodeGenerator.rst     [all...]

Completed in 316 milliseconds