Home | History | Annotate | Download | only in src

Lines Matching defs:s_end

540     int             prev_s = -1, s, s_end;
555 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4;
564 while( s != s_end );
566 if( s == s_end ) /* single pixel domain */
582 s_end = s;
593 if( (unsigned) (s - 1) < (unsigned) s_end )
653 int s, s_end;
661 s_end = s = is_hole ? 0 : 4;
670 while( s != s_end );
675 if( s != s_end )
680 s_end = s;
713 int prev_s = -1, s, s_end;
732 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4;
741 while( s != s_end );
743 if( s == s_end ) /* single pixel domain */
760 s_end = s;
771 if( (unsigned) (s - 1) < (unsigned) s_end )