Home | History | Annotate | Download | only in src

Lines Matching refs:stack

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); \
67 Y=stack[StIn].y; \
68 IL=stack[StIn].l; \
69 IR=stack[StIn].r;\
70 IPL=stack[StIn].Prevl; \
71 IPR=stack[StIn].Prevr; \
72 FL=stack[StIn].fl; }
94 Seg *stack = (Seg*)pStack;
486 void* stack = 0;
509 CV_CALL( stack = cvAlloc( size.width * size.height * sizeof(Seg)));
539 &region, stack );
580 cvFree( &stack );