Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.h225 m_cellwidth = (double) p_frameWidth / (double) m_gridx; in setMotionCells()
229 m_pCells[i] = new Cell[m_gridx]; in setMotionCells()
233 for (j = 0; j < m_gridx; j++) { in setMotionCells()
247 int m_gridx, m_gridy; variable
DMotionCells.cpp69 m_gridx = 0; in MotionCells()
130 m_gridx = p_gridx; in performDetectionMotionCells()
309 GINT32_TO_BE ((int) ceil (ceil (m_gridx * m_gridy / 8.0) / 4.0) * 4 + in initDataFile()
311 m_header.gridx = GINT32_TO_BE (m_gridx); in initDataFile()
433 for (int j = 0; j < m_gridx; j++) { in calculateMotionPercentInMotionCells()