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

  /external/opencv/cv/src/
_cvlist.h 70 typedef struct _pos CVPOS;
77 CVPOS m_head;
78 CVPOS m_tail;
79 CVPOS m_head_free;
97 _LIST_INLINE CVPOS prefix##get_head_pos_##type(_CVLIST*);\
98 _LIST_INLINE CVPOS prefix##get_tail_pos_##type(_CVLIST*);\
99 _LIST_INLINE type* prefix##get_next_##type(CVPOS*);\
100 _LIST_INLINE type* prefix##get_prev_##type(CVPOS*);\
103 _LIST_INLINE CVPOS prefix##add_head_##type(_CVLIST*, type*);\
104 _LIST_INLINE CVPOS prefix##add_tail_##type(_CVLIST*, type*);
    [all...]
cvhough.cpp 233 CVPOS pos;
    [all...]

Completed in 83 milliseconds