Home | History | Annotate | Download | only in src

Lines Matching defs:vely

333         int* velx = (int*)velocityX, *vely = (int*)velocityY;
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;
530 int* velx = (int*)velocityX, *vely = (int*)velocityY;
533 velx += velStep, vely += velStep )
537 float vx = (float)velx[j]*back, vy = (float)vely[j]*back;
556 // velx, vely - destination image
574 CvMat stuby, *vely = (CvMat*)velarry;
580 CV_CALL( vely = cvGetMat( vely, &stuby ));
585 if( !CV_ARE_TYPES_EQ( velx, vely ))
589 !CV_ARE_SIZES_EQ( velx, vely ) ||
599 if( srcA->step != srcB->step || velx->step != vely->step )
605 velx->data.fl, vely->data.fl, velx->step ));