HomeSort by relevance Sort by last modified time
    Searched full:cur_step (Results 1 - 2 of 2) 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...]
  /external/opencv3/modules/core/src/
array.cpp 956 int64 cur_step; local
963 cur_step = CV_ELEM_SIZE(mat->type);
967 if( cur_step > INT_MAX )
969 mat->dim[i].step = (int)cur_step;
970 cur_step *= mat->dim[i].size;
    [all...]

Completed in 157 milliseconds