Searched refs:t_step (Results 1 – 3 of 3) 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 ); \
|
/external/opencv3/modules/core/src/ |
D | matmul.cpp | 142 size_t a_step0, a_step1, c_step0, c_step1, t_step; in GEMMSingleMul() local 160 CV_SWAP( a_step0, a_step1, t_step ); in GEMMSingleMul() 389 size_t a_step0, a_step1, t_step; in GEMMBlockMul() local 401 CV_SWAP( a_step0, a_step1, t_step ); in GEMMBlockMul()
|