Home | History | Annotate | Download | only in src

Lines Matching refs:Line2

133     int Line2;
301 Line2 = L2 * imgStep;
305 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
314 GradT = (float) (imgB[Line2] - imgA[Line2]);
325 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] );
334 GradT = (float) (imgB[Line2 + j] - imgA[Line2 + j]);
345 ConvX = CONV( imgA[Line1 + imageWidth - 1], imgA[Line2 + imageWidth - 1],
357 GradT = (float) (imgB[Line2 + imageWidth - 1] - imgA[Line2 + imageWidth - 1]);