Home
last modified time | relevance | path

Searched refs:a_step (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxmatmul.cpp127 icvGEMMSingleMul_##flavor( const arrtype* a_data, size_t a_step, \
139 a_step /= sizeof(a_data[0]); \
143 a_step0 = a_step; \
157 if( a_step > 1 && n > 1 ) \
165 if( a_step > 1 ) \
169 a_buf[k] = a_data[a_step*k]; \
373 icvGEMMBlockMul_##flavor( const arrtype* a_data, size_t a_step, \
384 a_step /= sizeof(a_data[0]); \
388 a_step0 = a_step; \
746 a_step = A->step/sizeof(a[0]), in cvGEMM() local
[all …]