Searched refs:norphans (Results 1 – 1 of 1) sorted by relevance
123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans ) in icvGCResizeOrphansBuf() argument125 int i, newNOrphans = MAX(norphans*3/2, 256); in icvGCResizeOrphansBuf()127 for( i = 0; i < norphans; i++ ) in icvGCResizeOrphansBuf()141 int norphans = 0, maxOrphans = _maxOrphans; in icvGCMaxFlow() local257 if( norphans >= maxOrphans ) in icvGCMaxFlow()258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans ); in icvGCMaxFlow()259 orphans[norphans++] = v; in icvGCMaxFlow()267 if( norphans >= maxOrphans ) in icvGCMaxFlow()268 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans ); in icvGCMaxFlow()269 orphans[norphans++] = v; in icvGCMaxFlow()[all …]