OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ws_push
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvsegmentation.cpp
115
#define
ws_push
(idx,mofs,iofs) \
macro
219
ws_push
( idx, i*mstep + j, i*istep + j*3 );
288
ws_push
( t, mofs - 1, iofs - 3 );
295
ws_push
( t, mofs + 1, iofs + 3 );
302
ws_push
( t, mofs - mstep, iofs - istep );
309
ws_push
( t, mofs + mstep, iofs + istep );
Completed in 527 milliseconds