OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Line1
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvoptflowhs.cpp
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
[
all
...]
cvoptflowlk.cpp
132
int
Line1
;
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/
CommentParser.cpp
545
StringRef
Line1
) {
563
if (ActualLine1 !=
Line1
)
566
"expected \"" <<
Line1
.str() << "\"";
[
all
...]
Completed in 74 milliseconds