Searched refs:CV_MAX_ARR (Results 1 – 4 of 4) sorted by relevance
291 #define CV_MAX_ARR 10 macro298 uchar* ptr[CV_MAX_ARR]; /* pointers to the array slices */300 CvMatND* hdr[CV_MAX_ARR]; /* pointers to the headers of the
563 #define CV_MAX_ARR 10 macro571 uchar* ptr[CV_MAX_ARR]; /**< pointers to the array slices */573 CvMatND* hdr[CV_MAX_ARR]; /**< pointers to the headers of the
493 if( count < 1 || count > CV_MAX_ARR ) in cvInitNArrayIterator()
392 if( count < 1 || count > CV_MAX_ARR ) in cvInitNArrayIterator()