HomeSort by relevance Sort by last modified time
    Searched full:cur_step (Results 1 - 1 of 1) sorted by null

  /external/opencv/cxcore/src/
cxarray.cpp 1115 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;
    [all...]

Completed in 143 milliseconds