HomeSort by relevance Sort by last modified time
    Searched refs:Line2 (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvoptflowhs.cpp 127 int Line2;
236 Line2 = -imgStep;
244 Line2 += imgStep;
245 Line1 = Line2 - ((Line2 == 0) ? 0 : imgStep);
246 Line3 = Line2 + ((Line2 == LastLine) ? 0 : imgStep);
249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
258 GradT = (float) (imgB[Line2] - imgA[Line2]);
    [all...]
cvoptflowlk.cpp 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])
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
UtilsMsgs.c 361 INT8 Line2[MAX_LINE_LEN];
377 sprintf (Line2, "(%d)", LineNumber);
378 strcat (Line, Line2);
384 sprintf (Line2, " : %s %c%04d", Type, toupper (Type[0]), MessageCode);
385 strcat (Line, Line2);
397 vsprintf (Line2, MsgFmt, List);
398 fprintf (stdout, ": %s", Line2);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.c 427 CHAR8 Line2[MAX_LINE_LEN];
436 Line2[0] = '\0';
465 sprintf (Line2, "(%u)", (unsigned) LineNumber);
466 strcat (Line, Line2);
479 sprintf (Line2, "(%u)", (unsigned) LineNumber);
480 strcat (Line, Line2);
503 sprintf (Line2, ": %s %04u", Type, (unsigned) MessageCode);
505 sprintf (Line2, ": %s", Type);
507 strcat (Line, Line2);
521 vsprintf (Line2, MsgFmt, List);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiUtilityMsgs.c 462 INT8 Line2[MAX_LINE_LEN];
478 sprintf (Line2, "(%d)", LineNumber);
479 strcat (Line, Line2);
485 sprintf (Line2, " : %s %c%04d", Type, toupper (Type[0]), MessageCode);
486 strcat (Line, Line2);
498 vsprintf (Line2, MsgFmt, List);
499 fprintf (stdout, ": %s", Line2);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 913 INT8 Line2[MAX_EXP_LINE_LEN];
923 if (ExpandSymbols (Line, Line2, sizeof (Line2), 0)) {
929 Cptr = StripLine (Line2);
931 Message (2, "Processing component line: %s", Line2);
932 if (ProcessComponentFile (DSCFile, Line2, DscSectionType, Instance) != 0) {
    [all...]

Completed in 97 milliseconds