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

/external/opencv/cv/src/
H A Dcvemd.cpp754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
781 leave_x = loop[i];
797 i = leave_x->i;
798 j = leave_x->j;
803 while( (next_x = cur_x->next[0]) != leave_x )
813 while( (next_x = cur_x->next[1]) != leave_x )
822 state->enter_x = leave_x;

Completed in 60 milliseconds