Searched refs:iofs (Results 1 - 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
H A D | 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 [all...] |
H A D | cvcalibration.cpp | 2148 int iofs = (nimages+1)*6 + k*NINTRINSIC, eofs = (i+1)*6; 2195 cvGetSubRect( JtJ, &_part, cvRect(iofs, iofs, NINTRINSIC, NINTRINSIC) ); 2197 cvGetSubRect( JtJ, &_part, cvRect(iofs, eofs, NINTRINSIC, 6) ); 2201 cvGetSubRect( JtJ, &_part, cvRect(iofs, 0, NINTRINSIC, 6) ); 2204 cvGetRows( JtErr, &_part, iofs, iofs + NINTRINSIC );
|
Completed in 131 milliseconds