Home | History | Annotate | Download | only in src

Lines Matching refs:velocityY

95 //            velocityY,    //  vertical components of optical flow
108 float *velocityX, float *velocityY,
124 int *int_velocityY = (int *) velocityY;
332 float *velxf = velocityX, *velyf = velocityY;
333 int* velx = (int*)velocityX, *vely = (int*)velocityY;
363 int VelocityY = 0;
503 VelocityY = VelY * temp;
508 VelocityY = VelY << 16;
513 int_velocityY[j] = VelocityY + (offY << 16);
529 float *velxf = velocityX, *velyf = velocityY;
530 int* velx = (int*)velocityX, *vely = (int*)velocityY;