/external/opencv/cvaux/src/ |
D | cvbgfg_common.cpp | 52 for( ; segments; segments = ((CvSeq*)segments)->h_next ) in cvRefineForegroundMaskBySegm() 55 seq.v_next = seq.h_next = NULL; in cvRefineForegroundMaskBySegm() 110 for( c=contours; c != 0; c = c->h_next ) in cvSegmentFGMask()
|
D | extendededges.cpp | 82 tail_seq->h_next = new_seq; in cvExtractSingleEdges() 102 while( !current->h_next ) in cvExtractSingleEdges() 110 current = current->h_next; in cvExtractSingleEdges()
|
D | cvbgfg_gaussmix.cpp | 325 for( seq = first_seq; seq; seq = seq->h_next ) in icvUpdateGaussianBGModel() 334 prev_seq->h_next = seq->h_next; in icvUpdateGaussianBGModel() 335 if( seq->h_next ) seq->h_next->h_prev = prev_seq; in icvUpdateGaussianBGModel() 339 first_seq = seq->h_next; in icvUpdateGaussianBGModel() 340 if( seq->h_next ) seq->h_next->h_prev = NULL; in icvUpdateGaussianBGModel()
|
D | cvbgfg_acmmm2003.cpp | 440 for( seq = first_seq; seq; seq = seq->h_next ) in icvUpdateFGDStatModel() 450 prev_seq->h_next = seq->h_next; in icvUpdateFGDStatModel() 451 if( seq->h_next ) seq->h_next->h_prev = prev_seq; in icvUpdateFGDStatModel() 455 first_seq = seq->h_next; in icvUpdateFGDStatModel() 456 if( seq->h_next ) seq->h_next->h_prev = NULL; in icvUpdateFGDStatModel()
|
D | cvsegment.cpp | 460 seq->h_next = exterior->v_next; in icvGetComponent() 461 if( seq->h_next ) in icvGetComponent() 462 seq->h_next->h_prev = seq; in icvGetComponent() 560 prev_seq->h_next = tmpseq; in cvSegmentImage()
|
D | cvmorphcontours.cpp | 585 for( ; corr; corr = corr->h_next ) in icvBlendContours() 815 corr01->h_next = cvCreateSeq( 0, in icvCalcContoursCorrespondence() 819 corr01 = corr01->h_next; in icvCalcContoursCorrespondence() 827 corr01->h_next = cvCreateSeq( 0, in icvCalcContoursCorrespondence() 831 corr01 = corr01->h_next; in icvCalcContoursCorrespondence()
|
D | cvfacedetection.cpp | 254 for (CvSeq* external = seq; external; external = external->h_next) in AddContours2Rect() 266 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next) in AddContours2Rect()
|
D | cvlcm.cpp | 291 SiteSet = (CvSet*)SiteSet->h_next) in cvLinearContorModelFromVoronoiDiagram() 366 SiteSet = (CvSet*)SiteSet->h_next) in _cvConstructLCM()
|
D | cvlee.cpp | 46 #define NEXT_SEQ(seq,seq_first) ((seq) == (seq_first) ? seq->v_next : seq->h_next) 1307 CurContourSeq = CurContourSeq->h_next) in cvVoronoiDiagramFromContour() 1454 for(Seq = (CvSeq*)VoronoiDiagram->sites; Seq != NULL; Seq = Seq->h_next) in cvReleaseVoronoiStorage() 1457 for(Seq = (CvSeq*)VoronoiDiagram->edges; Seq != NULL; Seq = Seq->h_next) in cvReleaseVoronoiStorage() 1561 CurContourSeq = CurContourSeq->h_next) in _cvConstuctSites() 1661 CurSeq->h_next = pHole->SiteSeq; in _cvConstructSiteTree() 1667 CurSeq->h_next = NULL; in _cvConstructSiteTree() 1779 PrevNewSiteSeq->h_next = (CvSeq*)CurrNewSiteSeq; in _cvConvertSameOrientation() 1916 NewSiteSeqPrev->h_next = (CvSeq*)NewSiteSeq; in _cvConvertSameOrientation() 1969 PrevNewSiteSeq->h_next = (CvSeq*)CurrNewSiteSeq; in _cvConvertChangeOrientation() [all …]
|
D | cvvecfacetracking.cpp | 314 for (CvSeq* external = seq; external; external = external->h_next) in FindContours() 324 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next) in FindContours()
|
/external/libedit/src/ |
D | history.c | 70 history_gfun_t h_next; /* Get the next element */ in TYPE() local 81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) 581 h->h_next = history_def_next; in TYPE() 604 if (h->h_next == history_def_next) in FUN() 619 if (h->h_next != history_def_next) { in history_setsize() 638 if (h->h_next != history_def_next) { in history_getsize() 658 if (h->h_next != history_def_next) { in history_setunique() 673 if (h->h_next != history_def_next) { in history_getunique() 690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun() 694 if (h->h_next != history_def_next) { in history_set_fun() [all …]
|
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 381 for (CvSeq* seq = first_seq; seq; seq = seq->h_next) in findForegroundRegions() 391 prev_seq->h_next = seq->h_next; in findForegroundRegions() 393 if (seq->h_next) in findForegroundRegions() 394 seq->h_next->h_prev = prev_seq; in findForegroundRegions() 398 first_seq = seq->h_next; in findForegroundRegions() 400 if (seq->h_next) in findForegroundRegions() 401 seq->h_next->h_prev = NULL; in findForegroundRegions()
|
/external/opencv3/modules/imgproc/src/ |
D | approx.cpp | 423 prev_contour->h_next = contour; in cvApproxChains() 448 while( src_seq->h_next == 0 ) in cvApproxChains() 458 src_seq = src_seq->h_next; in cvApproxChains() 817 prev_contour->h_next = contour; in cvApproxPoly() 836 while( src_seq->h_next == 0 ) in cvApproxPoly() 846 src_seq = src_seq->h_next; in cvApproxPoly()
|
D | drawing.cpp | 2262 int h_next = hierarchy[i][0], h_prev = hierarchy[i][1], in addChildContour() local 2264 seq[i].h_next = (size_t)h_next < ncontours ? &seq[h_next] : 0; in addChildContour() 2318 seq[i].h_next = i < last-1 ? &seq[i+1] : 0; in drawContours() 2331 int h_next = h[i][0], h_prev = h[i][1], in drawContours() local 2333 seq[i].h_next = (size_t)h_next < count ? &seq[h_next] : 0; in drawContours() 2368 CvSeq *contour0 = contour, *h_next = 0; in cvDrawContours() local 2393 h_next = contour->h_next; in cvDrawContours() 2394 contour->h_next = 0; in cvDrawContours() 2478 if( h_next && contour0 ) in cvDrawContours() 2479 contour0->h_next = h_next; in cvDrawContours()
|
D | contours.cpp | 1620 prev = prev->h_next = contour; in icvFindContoursInInterval() 1749 int h_next = c->h_next ? ((CvContour*)c->h_next)->color : -1; in findContours() local 1753 hierarchy[i] = Vec4i(h_next, h_prev, v_next, v_prev); in findContours()
|
/external/opencv/cv/src/ |
D | cvapprox.cpp | 465 prev_contour->h_next = contour; in cvApproxChains() 490 while( src_seq->h_next == 0 ) in cvApproxChains() 500 src_seq = src_seq->h_next; in cvApproxChains() 1026 prev_contour->h_next = contour; in cvApproxPoly() 1045 while( src_seq->h_next == 0 ) in cvApproxPoly() 1055 src_seq = src_seq->h_next; in cvApproxPoly()
|
D | cvdistransform.cpp | 838 for( label = 1; contours != 0; contours = contours->h_next, label++ ) in cvDistTransform()
|
D | cvcontours.cpp | 1468 prev = prev->h_next = contour; in icvFindContoursInInterval()
|
/external/opencv3/modules/imgproc/test/ |
D | test_watershed.cpp | 81 for(int i = 0; cnts != 0; cnts = cnts->h_next, ++i ) in run()
|
/external/opencv3/modules/calib3d/src/ |
D | checkchessboard.cpp | 66 for(CvSeq* seq = contours; seq != NULL; seq = seq->h_next) in icvGetQuadrangleHypotheses()
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 3369 struct CvTreeNode* h_next; /* next sequence */ member 3390 node->h_next = parent->v_next; in cvInsertNodeIntoTree() 3413 if( node->h_next ) in cvRemoveNodeFromTree() 3414 node->h_next->h_prev = node->h_prev; in cvRemoveNodeFromTree() 3417 node->h_prev->h_next = node->h_next; in cvRemoveNodeFromTree() 3427 parent->v_next = node->h_next; in cvRemoveNodeFromTree() 3471 while( node->h_next == 0 ) in cvNextTreeNode() 3480 node = node && treeIterator->max_level != 0 ? node->h_next : 0; in cvNextTreeNode() 3520 while( node->h_next ) in cvPrevTreeNode() 3521 node = node->h_next; in cvPrevTreeNode()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 3813 struct CvTreeNode* h_next; /* next sequence */ member 3838 node->h_next = parent->v_next; in cvInsertNodeIntoTree() 3867 if( node->h_next ) in cvRemoveNodeFromTree() 3868 node->h_next->h_prev = node->h_prev; in cvRemoveNodeFromTree() 3871 node->h_prev->h_next = node->h_next; in cvRemoveNodeFromTree() 3881 parent->v_next = node->h_next; in cvRemoveNodeFromTree() 3938 while( node->h_next == 0 ) in cvNextTreeNode() 3947 node = node && treeIterator->max_level != 0 ? node->h_next : 0; in cvNextTreeNode() 3995 while( node->h_next ) in cvPrevTreeNode() 3996 node = node->h_next; in cvPrevTreeNode()
|
D | cxdrawing.cpp | 2420 CvSeq *contour0 = contour, *h_next = 0; in cvDrawContours() local 2454 h_next = contour->h_next; in cvDrawContours() 2455 contour->h_next = 0; in cvDrawContours() 2591 if( h_next && contour0 ) in cvDrawContours() 2592 contour0->h_next = h_next; in cvDrawContours()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | loopfilter_mb_neon.asm | 71 b h_next 89 b h_next 110 h_next label
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1202 struct node_type* h_next; /* Next sequence. */ \
|