Home
last modified time | relevance | path

Searched refs:iDepth (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dconnectedcomponents.cpp345 int iDepth = I.depth(); in connectedComponents_sub1() local
349 CV_Assert(iDepth == CV_8U || iDepth == CV_8S); in connectedComponents_sub1()
/external/sqlite/dist/
Dsqlite3.c42708 int iDepth
42715 if( iDepth==1 ){
42721 pLeft = rowSetNDeepTree(ppList, iDepth-1);
42728 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
42737 int iDepth; /* Depth of the tree so far */
42745 for(iDepth=1; pList; iDepth++){
42750 p->pRight = rowSetNDeepTree(&pList, iDepth);
154190 int iDepth; /* Current depth of the r-tree structure */
154631 pRtree->iDepth = readInt16(pNode->zData);
154632 if( pRtree->iDepth>RTREE_MAX_DEPTH ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c42690 int iDepth
42697 if( iDepth==1 ){
42703 pLeft = rowSetNDeepTree(ppList, iDepth-1);
42710 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
42719 int iDepth; /* Depth of the tree so far */
42727 for(iDepth=1; pList; iDepth++){
42732 p->pRight = rowSetNDeepTree(&pList, iDepth);
154160 int iDepth; /* Current depth of the r-tree structure */
154601 pRtree->iDepth = readInt16(pNode->zData);
154602 if( pRtree->iDepth>RTREE_MAX_DEPTH ){
[all …]