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

/external/opencv/cv/src/
H A Dcvconvhull.cpp392 int *tl_stack = stack; local
393 int tl_count = sklansky( pointer, 0, maxy_ind, tl_stack, -1, 1 );
394 int *tr_stack = tl_stack + tl_count;
400 CV_SWAP( tl_stack, tr_stack, t_stack );
407 CV_WRITE_SEQ_ELEM( pointer[tl_stack[i]], writer );
414 CV_CALL( icvCalcAndWritePtIndices( pointer, tl_stack,
422 CV_WRITE_SEQ_ELEM( pointer[tl_stack[i]][0], writer );
427 stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1;

Completed in 55 milliseconds