Home | History | Annotate | Download | only in src

Lines Matching refs:Line1

126     int Line1;
245 Line1 = Line2 - ((Line2 == 0) ? 0 : imgStep);
249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
272 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] );
293 ConvX = CONV( imgA[Line1 + imageWidth - 1], imgA[Line2 + imageWidth - 1],
360 Line1 = Line2 - ((Line2 == 0) ? 0 : velStep);
364 velocityX[Line2 + 1] + velocityX[Line1] + velocityX[Line3]) / 4;
367 velocityY[Line2 + 1] + velocityY[Line1] + velocityY[Line3]) / 4;
391 velocityX[Line1 + j] + velocityX[Line3 + j]) / 4;
394 velocityY[Line1 + j] + velocityY[Line3 + j]) / 4;
416 velocityX[Line1 + imageWidth - 1] +
421 velocityY[Line1 + imageWidth - 1] +
448 memcpy( &velocityX[Line1], VelBufX[(i - 1) & 1], imageWidth * sizeof( float ));
449 memcpy( &velocityY[Line1], VelBufY[(i - 1) & 1], imageWidth * sizeof( float ));