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

  /external/opencv/cv/src/
cvinpaint.cpp 68 typedef struct CvHeapElem
72 struct CvHeapElem* prev;
73 struct CvHeapElem* next;
75 CvHeapElem;
81 CvHeapElem *mem,*empty,*head,*tail;
94 mem = (CvHeapElem*)cvAlloc((num+2)*sizeof(CvHeapElem));
130 CvHeapElem *tmp=empty,*add=empty;
153 CvHeapElem *tmp=head->next;
170 CvHeapElem *tmp=head->next
    [all...]
  /external/opencv3/modules/photo/src/
inpaint.cpp 70 typedef struct CvHeapElem
74 struct CvHeapElem* prev;
75 struct CvHeapElem* next;
77 CvHeapElem;
83 CvHeapElem *mem,*empty,*head,*tail;
96 mem = (CvHeapElem*)cvAlloc((num+2)*sizeof(CvHeapElem));
132 CvHeapElem *tmp=empty,*add=empty;
155 CvHeapElem *tmp=head->next;
172 CvHeapElem *tmp=head->next
    [all...]

Completed in 50 milliseconds