Searched refs:norphans (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereogc.cpp123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans )
125 int i, newNOrphans = MAX(norphans*3/2, 256);
127 for( i = 0; i < norphans; i++ )
141 int norphans = 0, maxOrphans = _maxOrphans; local
257 if( norphans >= maxOrphans )
258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
259 orphans[norphans++] = v;
267 if( norphans >= maxOrphans )
268 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
269 orphans[norphans
[all...]

Completed in 99 milliseconds