Searched refs:c_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; \ 147 c_step0 = c_step1 = 0; \ 149 c_step0 = c_step, c_step1 = 1; \ 151 c_step0 = 1, c_step1 = c_step; \ 181 for( i = 0; i < drows; i++, _c_data += c_step0, \ 215 _c_data += c_step0, \ 256 _c_data += c_step0, \ 319 _c_data += c_step0, \ 493 size_t c_step0, c_step1; \ 500 c_step0 = c_step1 = 0; \ [all …]
|