OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:norphans
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvstereogc.cpp
123
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
++] = v
[
all
...]
Completed in 260 milliseconds