Searched defs:StIn (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvsegment.cpp58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
59 stack[StIn].l=(ushort)(IL); \
60 stack[StIn].r=(ushort)(IR); \
61 stack[StIn].Prevl=(ushort)(IPL); \
62 stack[StIn].Prevr=(ushort)(IPR); \
63 stack[StIn].fl=(short)(FL); \
64 StIn++; }
66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \
67 Y=stack[StIn].y; \
68 IL=stack[StIn]
95 int StIn = 0; local
[all...]

Completed in 41 milliseconds