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

/external/opencv/cv/src/
H A D_cvlist.h70 typedef struct _pos CVPOS; typedef in typeref:struct:_pos
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 prefi
[all...]
H A Dcvhough.cpp233 CVPOS pos;

Completed in 87 milliseconds