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

/external/opencv/cv/src/
H A Dcvsegmentation.cpp115 #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 89 milliseconds