OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startY0
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
filterengine.hpp
270
int
startY0
;
filter.cpp
74
bufStep = startY =
startY0
= endY = rowCount = dstY = 0;
252
startY =
startY0
= std::max(roi.y - anchor.y, 0);
328
int bi = (startY -
startY0
+ rowCount) % bufRows;
377
int bi = (srcY -
startY0
) % bufRows;
[
all
...]
Completed in 54 milliseconds