OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_next
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvsubdivision2d.cpp
129
CvSubdiv2DEdge *
a_next
= &CV_SUBDIV2D_NEXT_EDGE( edgeA );
local
131
CvSubdiv2DEdge a_rot = cvSubdiv2DRotateEdge( *
a_next
, 1 );
137
CV_SWAP( *
a_next
, *b_next, t );
/external/opencv3/modules/imgproc/src/
subdivision2d.cpp
169
int&
a_next
= qedges[edgeA >> 2].next[edgeA & 3];
local
171
int a_rot = rotateEdge(
a_next
, 1);
175
std::swap(
a_next
, b_next);
Completed in 795 milliseconds