Searched refs:Line1 (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvoptflowhs.cpp126 int Line1; local
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
[all...]
H A Dcvoptflowlk.cpp132 int Line1; local
300 Line1 = L1 * imgStep;
305 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
325 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] );
345 ConvX = CONV( imgA[Line1 + imageWidth - 1], imgA[Line2 + imageWidth - 1],
/external/clang/unittests/AST/
H A DCommentParser.cpp545 StringRef Line1) {
563 if (ActualLine1 != Line1)
566 "expected \"" << Line1.str() << "\"";
537 HasVerbatimBlockAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimBlockComment *&VBC, StringRef Name, StringRef CloseName, Lines, StringRef Line0, StringRef Line1) argument

Completed in 1175 milliseconds