Searched refs:a_step0 (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 137 size_t a_step0, a_step1, c_step0, c_step1, t_step; \ 143 a_step0 = a_step; \ 155 CV_SWAP( a_step0, a_step1, t_step ); \ 214 for( i = 0; i < drows; i++, _a_data += a_step0, \ 255 for( i = 0; i < drows; i++, _a_data += a_step0, \ 318 for( i = 0; i < drows; i++, _a_data += a_step0, \ 381 size_t a_step0, a_step1, t_step; \ 388 a_step0 = a_step; \ 393 CV_SWAP( a_step0, a_step1, t_step ); \ 401 for( i = 0; i < d_size.height; i++, _a_data += a_step0, \ [all …]
|