Lines Matching refs:iofs
115 #define ws_push(idx,mofs,iofs) \ in cvWatershed() argument
123 node->img_ofs = iofs; \ in cvWatershed()
131 #define ws_pop(idx,mofs,iofs) \ in cvWatershed() argument
140 iofs = node->img_ofs; \ in cvWatershed()
241 int mofs, iofs; in cvWatershed() local
256 ws_pop( active_queue, mofs, iofs ); in cvWatershed()
259 ptr = img + iofs; in cvWatershed()
288 ws_push( t, mofs - 1, iofs - 3 ); in cvWatershed()
295 ws_push( t, mofs + 1, iofs + 3 ); in cvWatershed()
302 ws_push( t, mofs - mstep, iofs - istep ); in cvWatershed()
309 ws_push( t, mofs + mstep, iofs + istep ); in cvWatershed()