Searched refs:c_step (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 129 const arrtype* c_data, size_t c_step, \ 141 c_step /= sizeof(c_data[0]); \ 149 c_step0 = c_step, c_step1 = 1; \ 151 c_step0 = 1, c_step1 = c_step; \ 486 icvGEMMStore_##flavor( const arrtype* c_data, size_t c_step, \ 495 c_step /= sizeof(c_data[0]); \ 502 c_step0 = c_step, c_step1 = 1; \ 504 c_step0 = 1, c_step1 = c_step; \ 748 c_step = C->step/sizeof(c[0]); in cvGEMM() local 758 for( i = 0; i < d_size.height; i++, d += d_step, a += a_step, c += c_step ) in cvGEMM() [all …]
|