Home
last modified time | relevance | path

Searched refs:ybegin (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp396 int ybegin = floor ((double) p_row * m_cellheight); in calculateMotionPercentInCell() local
401 int cellh = yend - ybegin; in calculateMotionPercentInCell()
406 for (int i = ybegin; i < yend; i++) { in calculateMotionPercentInCell()