Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmatmul.cpp1196 int _b_step = b_step; in cvGEMM() local
1225 _b_step = b_size.width*elem_size; in cvGEMM()
1226 icvGEMM_CopyBlock( _b, b_step, b_buf, _b_step, b_size, elem_size ); in cvGEMM()
1231 block_mul_func( _a, _a_step, _b, _b_step, _d, _d_step, in cvGEMM()
1234 single_mul_func( _a, _a_step, _b, _b_step, _c, C->step, _d, _d_step, in cvGEMM()