Home
last modified time | relevance | path

Searched refs:CVPOS (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
D_cvlist.h70 typedef struct _pos CVPOS; typedef
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 …]
Dcvhough.cpp233 CVPOS pos; in IMPLEMENT_LIST()