Searched refs:dydx0 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvconvhull.cpp774 int dxdy0, dydx0; local
785 dydx0 = dy * dx0;
791 orientation |= (dydx0 > dxdy0) ? 1 : ((dydx0 < dxdy0) ? 2 : 3);
815 float dxdy0, dydx0; local
826 dydx0 = dy * dx0;
832 orientation |= (dydx0 > dxdy0) ? 1 : ((dydx0 < dxdy0) ? 2 : 3);

Completed in 35 milliseconds