Home
last modified time | relevance | path

Searched refs:curidx (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cxcore/include/
Dcxcore.h276 for( idx = ++mat_iterator->curidx; idx < mat_iterator->mat->hashsize; idx++ ) in cvGetNextSparseNode()
281 mat_iterator->curidx = idx; in cvGetNextSparseNode()
Dcxtypes.h782 int curidx; member
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h549 for( idx = ++mat_iterator->curidx; idx < mat_iterator->mat->hashsize; idx++ ) in cvGetNextSparseNode()
554 mat_iterator->curidx = idx; in cvGetNextSparseNode()
Dtypes_c.h721 int curidx; member
/external/opencv/cxcore/src/
Dcxarray.cpp779 iterator->curidx = idx; in cvInitSparseMatIterator()
/external/opencv3/modules/core/src/
Darray.cpp643 iterator->curidx = idx; in cvInitSparseMatIterator()