Searched refs:t_step (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvmorph.cpp | 1061 int t_step; in icvMorphOp() local 1065 CV_SWAP( src_step, dst_step, t_step ); in icvMorphOp()
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 137 size_t a_step0, a_step1, c_step0, c_step1, t_step; \ 155 CV_SWAP( a_step0, a_step1, t_step ); \ 381 size_t a_step0, a_step1, t_step; \ 393 CV_SWAP( a_step0, a_step1, t_step ); \
|