HomeSort by relevance Sort by last modified time
    Searched refs:h_next (Results 1 - 20 of 20) sorted by null

  /external/opencv/cvaux/src/
cvbgfg_common.cpp 52 for( ; segments; segments = ((CvSeq*)segments)->h_next )
55 seq.v_next = seq.h_next = NULL;
110 for( c=contours; c != 0; c = c->h_next )
extendededges.cpp 82 tail_seq->h_next = new_seq;
102 while( !current->h_next )
110 current = current->h_next;
cvbgfg_gaussmix.cpp 325 for( seq = first_seq; seq; seq = seq->h_next )
334 prev_seq->h_next = seq->h_next;
335 if( seq->h_next ) seq->h_next->h_prev = prev_seq;
339 first_seq = seq->h_next;
340 if( seq->h_next ) seq->h_next->h_prev = NULL;
cvbgfg_acmmm2003.cpp 440 for( seq = first_seq; seq; seq = seq->h_next )
450 prev_seq->h_next = seq->h_next;
451 if( seq->h_next ) seq->h_next->h_prev = prev_seq;
455 first_seq = seq->h_next;
456 if( seq->h_next ) seq->h_next->h_prev = NULL;
cvsegment.cpp 460 seq->h_next = exterior->v_next;
461 if( seq->h_next )
462 seq->h_next->h_prev = seq;
560 prev_seq->h_next = tmpseq;
cvfacedetection.cpp 254 for (CvSeq* external = seq; external; external = external->h_next)
266 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next)
cvmorphcontours.cpp 585 for( ; corr; corr = corr->h_next )
815 corr01->h_next = cvCreateSeq( 0,
819 corr01 = corr01->h_next;
827 corr01->h_next = cvCreateSeq( 0,
831 corr01 = corr01->h_next;
cvlcm.cpp 291 SiteSet = (CvSet*)SiteSet->h_next)
366 SiteSet = (CvSet*)SiteSet->h_next)
cvlee.cpp 46 #define NEXT_SEQ(seq,seq_first) ((seq) == (seq_first) ? seq->v_next : seq->h_next)
    [all...]
cvvecfacetracking.cpp 314 for (CvSeq* external = seq; external; external = external->h_next)
324 for (CvSeq* internal = external->v_next; internal; internal = internal->h_next)
    [all...]
  /external/libedit/src/
history.c 70 history_gfun_t h_next; /* Get the next element */ local
81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
581 h->h_next = history_def_next;
604 if (h->h_next == history_def_next)
619 if (h->h_next != history_def_next) {
638 if (h->h_next != history_def_next) {
658 if (h->h_next != history_def_next) {
673 if (h->h_next != history_def_next) {
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
694 if (h->h_next != history_def_next)
    [all...]
  /external/opencv/cv/src/
cvapprox.cpp 465 prev_contour->h_next = contour;
490 while( src_seq->h_next == 0 )
500 src_seq = src_seq->h_next;
1026 prev_contour->h_next = contour;
1045 while( src_seq->h_next == 0 )
1055 src_seq = src_seq->h_next;
cvdistransform.cpp 838 for( label = 1; contours != 0; contours = contours->h_next, label++ )
cvcontours.cpp 345 It's marked as "link to contour" and h_next pointer of it is set to
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 3813 struct CvTreeNode* h_next; \/* next sequence *\/ member in struct:CvTreeNode
    [all...]
cxdrawing.cpp 2420 CvSeq *contour0 = contour, *h_next = 0; local
    [all...]
cxpersistence.cpp     [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_mb_lpf_neon.asm 71 b h_next
89 b h_next
110 h_next label
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_mb_lpf_neon.asm 71 b h_next
89 b h_next
110 h_next label
  /external/opencv/cxcore/include/
cxtypes.h 1202 struct node_type* h_next; /* Next sequence. */ \
    [all...]

Completed in 2335 milliseconds