HomeSort by relevance Sort by last modified time
    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