Home | History | Annotate | Download | only in src

Lines Matching defs:Line3

128     int Line3;
246 Line3 = Line2 + ((Line2 == LastLine) ? 0 : imgStep);
249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
250 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] );
272 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] );
273 ConvY = CONV( imgA[Line3 + j - 1], imgA[Line3 + j], imgA[Line3 + j + 1] );
294 imgA[Line3 + imageWidth - 1] );
296 ConvY = CONV( imgA[Line3 + imageWidth - 2], imgA[Line3 + imageWidth - 1],
297 imgA[Line3 + imageWidth - 1] );
361 Line3 = Line2 + ((Line2 == LastLine) ? 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;
417 velocityX[Line3 + imageWidth - 1]) / 4;
422 velocityY[Line3 + imageWidth - 1]) / 4;