Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp390 MotionCells::calculateMotionPercentInCell (int p_row, int p_col, in calculateMotionPercentInCell() argument
396 int ybegin = floor ((double) p_row * m_cellheight); in calculateMotionPercentInCell()
397 int yend = floor ((double) (p_row + 1) * m_cellheight); in calculateMotionPercentInCell()
DMotionCells.h186 double calculateMotionPercentInCell (int p_row, int p_col, double *p_cellarea,