Searched refs:StIn (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 58 #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].l; \ [all …]
|