/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/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/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()
|
D | cxpersistence.cpp | 4438 prev_seq->h_next = seq; in icvReadSeqTree()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_mb_lpf_neon.asm | 71 b h_next 89 b h_next 110 h_next label
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
D | vp9_mb_lpf_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. */ \
|