Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp72 m_cellheight = 0; in MotionCells()
396 int ybegin = floor ((double) p_row * m_cellheight); in calculateMotionPercentInCell()
397 int yend = floor ((double) (p_row + 1) * m_cellheight); in calculateMotionPercentInCell()
443 mci.cell_pt1.y = floor ((double) i * m_cellheight); in calculateMotionPercentInMotionCells()
445 mci.cell_pt2.y = floor ((double) (i + 1) * m_cellheight); in calculateMotionPercentInMotionCells()
468 mci.cell_pt1.y = floor ((double) i * m_cellheight); in calculateMotionPercentInMotionCells()
470 mci.cell_pt2.y = floor ((double) (i + 1) * m_cellheight); in calculateMotionPercentInMotionCells()
505 int beginy = p_motionmaskcellsidx[k].lineidx * m_cellheight; in performMotionMask()
510 (double) p_motionmaskcellsidx[k].lineidx * m_cellheight + m_cellheight; in performMotionMask()
DMotionCells.h226 m_cellheight = (double) p_frameHeight / (double) m_gridy; in setMotionCells()
248 double m_cellwidth, m_cellheight; variable