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

  /external/opencv/cvaux/src/
extendededges.cpp 83 new_seq->h_prev = tail_seq;
cvbgfg_gaussmix.cpp 331 prev_seq = seq->h_prev;
335 if( seq->h_next ) seq->h_next->h_prev = prev_seq;
340 if( seq->h_next ) seq->h_next->h_prev = NULL;
cvsegment.cpp 462 seq->h_next->h_prev = seq;
558 tmpseq->h_prev = prev_seq;
cvbgfg_acmmm2003.cpp 447 prev_seq = seq->h_prev;
451 if( seq->h_next ) seq->h_next->h_prev = prev_seq;
456 if( seq->h_next ) seq->h_next->h_prev = NULL;
cvlee.cpp     [all...]
  /external/opencv/cv/src/
cvapprox.cpp 462 contour->h_prev = prev_contour;
1023 contour->h_prev = prev_contour;
cvcontours.cpp     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 3812 struct CvTreeNode* h_prev; \/* previous sequence *\/ member in struct:CvTreeNode
    [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1201 struct node_type* h_prev; /* Previous sequence. */ \
    [all...]

Completed in 83 milliseconds