Searched refs:cur_step (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp1115 int64 cur_step; local
1122 cur_step = CV_ELEM_SIZE(mat->type);
1126 if( cur_step > INT_MAX )
1128 mat->dim[i].step = (int)cur_step;
1129 cur_step *= mat->dim[i].size;

Completed in 61 milliseconds