Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/build/
Dhas_icu_test.cpp45 …boost::scoped_ptr<U_NAMESPACE_QUALIFIER Collator> p_col(U_NAMESPACE_QUALIFIER Collator::createInst… in main()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp390 MotionCells::calculateMotionPercentInCell (int p_row, int p_col, in calculateMotionPercentInCell() argument
398 int xbegin = floor ((double) (p_col) * m_cellwidth); in calculateMotionPercentInCell()
399 int xend = floor ((double) (p_col + 1) * m_cellwidth); in calculateMotionPercentInCell()
DMotionCells.h186 double calculateMotionPercentInCell (int p_row, int p_col, double *p_cellarea,