OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iofs
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvsegmentation.cpp
115
#define ws_push(idx,mofs,
iofs
) \
123
node->img_ofs =
iofs
; \
131
#define ws_pop(idx,mofs,
iofs
) \
140
iofs
= node->img_ofs; \
241
int mofs,
iofs
;
local
256
ws_pop( active_queue, mofs,
iofs
);
259
ptr = img +
iofs
;
288
ws_push( t, mofs - 1,
iofs
- 3 );
295
ws_push( t, mofs + 1,
iofs
+ 3 );
302
ws_push( t, mofs - mstep,
iofs
- istep )
[
all
...]
cvcalibration.cpp
[
all
...]
Completed in 194 milliseconds