Home | History | Annotate | Download | only in include

Lines Matching refs:CV_SEQ_FLAG_HOLE

1401 #define CV_SEQ_FLAG_HOLE       (8 << CV_SEQ_FLAG_SHIFT)
1440 #define CV_IS_SEQ_HOLE( seq ) (((seq)->flags & CV_SEQ_FLAG_HOLE) != 0)