Searched refs:p_row (Results 1 – 2 of 2) sorted by relevance
390 MotionCells::calculateMotionPercentInCell (int p_row, int p_col, in calculateMotionPercentInCell() argument396 int ybegin = floor ((double) p_row * m_cellheight); in calculateMotionPercentInCell()397 int yend = floor ((double) (p_row + 1) * m_cellheight); in calculateMotionPercentInCell()
186 double calculateMotionPercentInCell (int p_row, int p_col, double *p_cellarea,