CV_ELEM_SIZE 140 apps/traincascade/boost.cpp step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type); CV_ELEM_SIZE 719 apps/traincascade/boost.cpp int rStep = CV_IS_MAT_CONT( responses->type ) ? 1 : responses->step / CV_ELEM_SIZE( responses->type ); CV_ELEM_SIZE 1445 apps/traincascade/boost.cpp 1 : data->responses_copy->step / CV_ELEM_SIZE(data->responses_copy->type); CV_ELEM_SIZE 1155 apps/traincascade/old_ml_boost.cpp 1 : data->responses_copy->step / CV_ELEM_SIZE(data->responses_copy->type); CV_ELEM_SIZE 1269 apps/traincascade/old_ml_boost.cpp cur_buf_pos = missing + data->get_length_subbuf() * (size_t)CV_ELEM_SIZE(data->buf->type); CV_ELEM_SIZE 1840 apps/traincascade/old_ml_boost.cpp 1 : response->step / CV_ELEM_SIZE(response->type); CV_ELEM_SIZE 416 apps/traincascade/old_ml_inner_functions.cpp step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type); CV_ELEM_SIZE 522 apps/traincascade/old_ml_inner_functions.cpp tm_step = var_type->rows == 1 ? 1 : var_type->step/CV_ELEM_SIZE(var_type->type); CV_ELEM_SIZE 587 apps/traincascade/old_ml_inner_functions.cpp r_step = responses->step ? responses->step / CV_ELEM_SIZE(responses->type) : 1; CV_ELEM_SIZE 677 apps/traincascade/old_ml_inner_functions.cpp r_step = responses->rows == 1 ? 1 : responses->step / CV_ELEM_SIZE(responses->type); CV_ELEM_SIZE 1272 apps/traincascade/old_ml_inner_functions.cpp src_step = CV_ELEM_SIZE(src_type); CV_ELEM_SIZE 1275 apps/traincascade/old_ml_inner_functions.cpp dst_step = CV_ELEM_SIZE(dst_type); CV_ELEM_SIZE 1279 apps/traincascade/old_ml_inner_functions.cpp if( !idx && CV_ELEM_SIZE(src_type)*size.width == src_step && CV_ELEM_SIZE 1280 apps/traincascade/old_ml_inner_functions.cpp CV_ELEM_SIZE(dst_type)*size.width == dst_step ) CV_ELEM_SIZE 1288 apps/traincascade/old_ml_inner_functions.cpp int full_width = CV_ELEM_SIZE(dst_type)*size.width; CV_ELEM_SIZE 1525 apps/traincascade/old_ml_inner_functions.cpp sample_idx->step / CV_ELEM_SIZE(sample_idx->type) : 1; CV_ELEM_SIZE 1535 apps/traincascade/old_ml_inner_functions.cpp predict_output->step / CV_ELEM_SIZE(predict_output->type) : 1; CV_ELEM_SIZE 77 apps/traincascade/old_ml_precomp.hpp (vstep) = CV_ELEM_SIZE( (mat).type ); \ CV_ELEM_SIZE 92 apps/traincascade/old_ml_precomp.hpp (cstep) = CV_ELEM_SIZE( (mat).type ); \ CV_ELEM_SIZE 99 apps/traincascade/old_ml_precomp.hpp (sstep) = CV_ELEM_SIZE( (mat).type ); \ CV_ELEM_SIZE 227 apps/traincascade/old_ml_tree.cpp ds_step = _train_data->step/CV_ELEM_SIZE(_train_data->type); CV_ELEM_SIZE 234 apps/traincascade/old_ml_tree.cpp dv_step = _train_data->step/CV_ELEM_SIZE(_train_data->type); CV_ELEM_SIZE 413 apps/traincascade/old_ml_tree.cpp 1 : _responses->step / CV_ELEM_SIZE(_responses->type); CV_ELEM_SIZE 1189 apps/traincascade/old_ml_tree.cpp int td_step = train_data->step/CV_ELEM_SIZE(train_data->type); CV_ELEM_SIZE 1242 apps/traincascade/old_ml_tree.cpp int r_step = CV_IS_MAT_CONT(responses->type) ? 1 : responses->step/CV_ELEM_SIZE(responses->type); CV_ELEM_SIZE 3327 apps/traincascade/old_ml_tree.cpp 1 : response->step / CV_ELEM_SIZE(response->type); CV_ELEM_SIZE 74 modules/calib3d/src/calibration.cpp bstep = B->step/CV_ELEM_SIZE(B->type); CV_ELEM_SIZE 266 modules/calib3d/src/calibration.cpp elem_size = CV_ELEM_SIZE(depth); CV_ELEM_SIZE 1261 modules/calib3d/src/calibration.cpp npstep = npoints->rows == 1 ? 1 : npoints->step/CV_ELEM_SIZE(npoints->type); CV_ELEM_SIZE 1546 modules/calib3d/src/calibration.cpp rvecs->data.ptr + i*CV_ELEM_SIZE(rvecs->type) : CV_ELEM_SIZE 1555 modules/calib3d/src/calibration.cpp tvecs->data.ptr + i*CV_ELEM_SIZE(tvecs->type) : CV_ELEM_SIZE 1842 modules/calib3d/src/calibration.cpp qsort( RT0->data.db + i*nimages, nimages, CV_ELEM_SIZE(RT0->type), dbCmp ); CV_ELEM_SIZE 301 modules/core/include/opencv2/core/cuda.inl.hpp return CV_ELEM_SIZE(flags); CV_ELEM_SIZE 482 modules/core/include/opencv2/core/cuda.inl.hpp return CV_ELEM_SIZE(flags); CV_ELEM_SIZE 399 modules/core/include/opencv2/core/mat.inl.hpp size_t esz = CV_ELEM_SIZE(_type), esz1 = CV_ELEM_SIZE1(_type); CV_ELEM_SIZE 430 modules/core/include/opencv2/core/mat.inl.hpp size_t esz = CV_ELEM_SIZE(_type), esz1 = CV_ELEM_SIZE1(_type); CV_ELEM_SIZE 930 modules/core/include/opencv2/core/mat.inl.hpp elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 944 modules/core/include/opencv2/core/mat.inl.hpp elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 956 modules/core/include/opencv2/core/mat.inl.hpp CV_DbgAssert( elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 963 modules/core/include/opencv2/core/mat.inl.hpp CV_DbgAssert( elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 970 modules/core/include/opencv2/core/mat.inl.hpp CV_DbgAssert( elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 977 modules/core/include/opencv2/core/mat.inl.hpp CV_DbgAssert( elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 984 modules/core/include/opencv2/core/mat.inl.hpp CV_DbgAssert( elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 991 modules/core/include/opencv2/core/mat.inl.hpp CV_DbgAssert( elemSize() == CV_ELEM_SIZE(DataType<_Tp>::type) ); CV_ELEM_SIZE 1717 modules/core/include/opencv2/core/mat.inl.hpp return CV_ELEM_SIZE(flags); CV_ELEM_SIZE 604 modules/core/include/opencv2/core/opengl.hpp return CV_ELEM_SIZE(type_); CV_ELEM_SIZE 518 modules/core/include/opencv2/core/types_c.h m.step = m.cols*CV_ELEM_SIZE(type); CV_ELEM_SIZE 543 modules/core/include/opencv2/core/types_c.h CV_MAT_ELEM_PTR_FAST( mat, row, col, CV_ELEM_SIZE((mat).type) ) CV_ELEM_SIZE 372 modules/core/include/opencv2/core/utility.hpp static inline size_t getElemSize(int type) { return CV_ELEM_SIZE(type); } CV_ELEM_SIZE 1411 modules/core/src/arithm.cpp size_t esz = CV_ELEM_SIZE(buftype); CV_ELEM_SIZE 1540 modules/core/src/arithm.cpp cn = (int)CV_ELEM_SIZE(type1); CV_ELEM_SIZE 1581 modules/core/src/arithm.cpp size_t esz = CV_ELEM_SIZE(type1); CV_ELEM_SIZE 1848 modules/core/src/arithm.cpp size_t usrdata_esz = CV_ELEM_SIZE(wdepth); CV_ELEM_SIZE 2059 modules/core/src/arithm.cpp size_t esz1 = CV_ELEM_SIZE(type1), esz2 = CV_ELEM_SIZE(type2); CV_ELEM_SIZE 2060 modules/core/src/arithm.cpp size_t dsz = CV_ELEM_SIZE(dtype), wsz = CV_ELEM_SIZE(wtype); CV_ELEM_SIZE 121 modules/core/src/array.cpp int min_step = CV_ELEM_SIZE(type)*cols; CV_ELEM_SIZE 162 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 234 modules/core/src/array.cpp int64 step = CV_ELEM_SIZE(type); CV_ELEM_SIZE 365 modules/core/src/array.cpp matnd->dim[1].step = CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 469 modules/core/src/array.cpp step = CV_ELEM_SIZE(hdr->type); CV_ELEM_SIZE 735 modules/core/src/array.cpp memset( ptr, 0, CV_ELEM_SIZE(mat->type)); CV_ELEM_SIZE 817 modules/core/src/array.cpp step = CV_ELEM_SIZE(mat->type)*mat->cols; CV_ELEM_SIZE 859 modules/core/src/array.cpp size_t total_size = CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 908 modules/core/src/array.cpp pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 963 modules/core/src/array.cpp cur_step = CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 1284 modules/core/src/array.cpp rect.x*CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 1381 modules/core/src/array.cpp submat->data.ptr = mat->data.ptr + (size_t)start_col*CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 1406 modules/core/src/array.cpp pix_size = CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 1519 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1655 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1705 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1770 modules/core/src/array.cpp ptr = mat->data.ptr + (size_t)y*mat->step + x*CV_ELEM_SIZE(type); CV_ELEM_SIZE 1932 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1971 modules/core/src/array.cpp ptr = mat->data.ptr + (size_t)y*mat->step + x*CV_ELEM_SIZE(type); CV_ELEM_SIZE 2043 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 2086 modules/core/src/array.cpp ptr = mat->data.ptr + (size_t)y*mat->step + x*CV_ELEM_SIZE(type); CV_ELEM_SIZE 2173 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 2208 modules/core/src/array.cpp ptr = mat->data.ptr + (size_t)y*mat->step + x*CV_ELEM_SIZE(type); CV_ELEM_SIZE 2265 modules/core/src/array.cpp int pix_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 2303 modules/core/src/array.cpp ptr = mat->data.ptr + (size_t)y*mat->step + x*CV_ELEM_SIZE(type); CV_ELEM_SIZE 2371 modules/core/src/array.cpp memset( ptr, 0, CV_ELEM_SIZE(type) ); CV_ELEM_SIZE 2429 modules/core/src/array.cpp img->roi->xOffset*CV_ELEM_SIZE(type), CV_ELEM_SIZE 2444 modules/core/src/array.cpp img->roi->xOffset*CV_ELEM_SIZE(type), CV_ELEM_SIZE 2487 modules/core/src/array.cpp mat->step = size2*CV_ELEM_SIZE(matnd->type); CV_ELEM_SIZE 2597 modules/core/src/array.cpp header.step = header.cols * CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 2692 modules/core/src/array.cpp step = CV_ELEM_SIZE(header->type); CV_ELEM_SIZE 1290 modules/core/src/convert.cpp int depth = src[0].depth(), esz = CV_ELEM_SIZE(depth), CV_ELEM_SIZE 754 modules/core/src/copy.cpp size_t esz = CV_ELEM_SIZE(type); CV_ELEM_SIZE 65 modules/core/src/cuda_host_mem.cpp size_t total = CV_ELEM_SIZE(type); CV_ELEM_SIZE 388 modules/core/src/datastructs.cpp int typesize = CV_ELEM_SIZE(elemtype); CV_ELEM_SIZE 600 modules/core/src/datastructs.cpp int typesize = CV_ELEM_SIZE(elemtype); CV_ELEM_SIZE 1768 modules/core/src/datastructs.cpp CV_ELEM_SIZE(mat->type), CV_ELEM_SIZE 800 modules/core/src/lapack.cpp size_t esz = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1023 modules/core/src/lapack.cpp int elem_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1200 modules/core/src/lapack.cpp size_t esz = CV_ELEM_SIZE(type), bufsize = 0; CV_ELEM_SIZE 700 modules/core/src/matmul.cpp int type = matA.type(), esz = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1231 modules/core/src/matmul.cpp tmat_size = (size_t)d_size.width*d_size.height*CV_ELEM_SIZE(type); CV_ELEM_SIZE 1238 modules/core/src/matmul.cpp b_step = d_size.width == 1 ? 0 : CV_ELEM_SIZE(type); CV_ELEM_SIZE 1320 modules/core/src/matmul.cpp int elem_size = CV_ELEM_SIZE(type); CV_ELEM_SIZE 175 modules/core/src/matrix.cpp size_t total = CV_ELEM_SIZE(type); CV_ELEM_SIZE 288 modules/core/src/matrix.cpp size_t esz = CV_ELEM_SIZE(m.flags), esz1 = CV_ELEM_SIZE1(m.flags), total = esz; CV_ELEM_SIZE 413 modules/core/src/matrix.cpp CV_Assert( step[dims-1] == (size_t)CV_ELEM_SIZE(flags) ); CV_ELEM_SIZE 492 modules/core/src/matrix.cpp size_t esz = CV_ELEM_SIZE(flags); CV_ELEM_SIZE 594 modules/core/src/matrix.cpp size_t esz = CV_ELEM_SIZE(m->type), minstep = thiz.cols*esz, _step = m->step; CV_ELEM_SIZE 632 modules/core/src/matrix.cpp esz = CV_ELEM_SIZE(m.flags); CV_ELEM_SIZE 641 modules/core/src/matrix.cpp esz = CV_ELEM_SIZE(m.flags); CV_ELEM_SIZE 865 modules/core/src/matrix.cpp CV_Assert(total > 0 && CV_ELEM_SIZE(seq->flags) == esz); CV_ELEM_SIZE 964 modules/core/src/matrix.cpp hdr.step[dims-1] = CV_ELEM_SIZE(hdr.flags); CV_ELEM_SIZE 1007 modules/core/src/matrix.cpp hdr.step[1] = CV_ELEM_SIZE(hdr.flags); CV_ELEM_SIZE 1290 modules/core/src/matrix.cpp size_t i, n = sz.height, esz = CV_ELEM_SIZE(flags); CV_ELEM_SIZE 1302 modules/core/src/matrix.cpp size_t i, n = v.size(), esz = CV_ELEM_SIZE(flags); CV_ELEM_SIZE 1496 modules/core/src/matrix.cpp return szb == szi ? Size((int)szb, 1) : Size((int)(szb/CV_ELEM_SIZE(flags)), 1); CV_ELEM_SIZE 1518 modules/core/src/matrix.cpp return szb == szi ? Size((int)szb, 1) : Size((int)(szb/CV_ELEM_SIZE(flags)), 1); CV_ELEM_SIZE 2316 modules/core/src/matrix.cpp int esz = CV_ELEM_SIZE(type0); CV_ELEM_SIZE 3059 modules/core/src/matrix.cpp size_t required_local_memory = (size_t) TILE_DIM*(TILE_DIM+1)*CV_ELEM_SIZE(type); CV_ELEM_SIZE 3095 modules/core/src/matrix.cpp int type = _src.type(), esz = CV_ELEM_SIZE(type); CV_ELEM_SIZE 3556 modules/core/src/matrix.cpp tileHeight = min(tileHeight, defDev.localMemSize() / buf_cols / CV_ELEM_SIZE(CV_MAKETYPE(wdepth, cn)) / maxItemInGroupCount); CV_ELEM_SIZE 4161 modules/core/src/matrix.cpp step = mat->step / CV_ELEM_SIZE(type); CV_ELEM_SIZE 4720 modules/core/src/matrix.cpp CV_ELEM_SIZE(_type), (int)sizeof(size_t)); CV_ELEM_SIZE 4192 modules/core/src/ocl.cpp size_t total = CV_ELEM_SIZE(type); CV_ELEM_SIZE 5521 modules/core/src/ocl.cpp name.c_str(), (int)CV_ELEM_SIZE(type), CV_ELEM_SIZE 543 modules/core/src/opengl.cpp const GLsizeiptr asize = arows * acols * CV_ELEM_SIZE(atype); CV_ELEM_SIZE 593 modules/core/src/opengl.cpp impl_->copyFrom(buf.bufId(), asize.area() * CV_ELEM_SIZE(atype)); CV_ELEM_SIZE 613 modules/core/src/opengl.cpp impl_->copyFrom(asize.area() * CV_ELEM_SIZE(atype), mat.data); CV_ELEM_SIZE 3064 modules/core/src/persistence.cpp comp_size = CV_ELEM_SIZE(fmt_pairs[i+1]); CV_ELEM_SIZE 3070 modules/core/src/persistence.cpp comp_size = CV_ELEM_SIZE(fmt_pairs[1]); CV_ELEM_SIZE 3126 modules/core/src/persistence.cpp int elem_size = CV_ELEM_SIZE(elem_type); CV_ELEM_SIZE 3242 modules/core/src/persistence.cpp int elem_size = CV_ELEM_SIZE(elem_type); CV_ELEM_SIZE 3900 modules/core/src/persistence.cpp if( size.width*image->nChannels*CV_ELEM_SIZE(depth) == image->widthStep ) CV_ELEM_SIZE 3964 modules/core/src/persistence.cpp if( width*CV_ELEM_SIZE(elem_type) == image->widthStep ) CV_ELEM_SIZE 4090 modules/core/src/persistence.cpp if( CV_ELEM_SIZE(seq->flags) != seq->elem_size ) CV_ELEM_SIZE 4499 modules/core/src/persistence.cpp if( fmt_pair_count > 2 && CV_ELEM_SIZE(fmt_pairs[2*2+1]) >= (int)sizeof(double)) CV_ELEM_SIZE 4646 modules/core/src/persistence.cpp if( fmt_pair_count > 2 && CV_ELEM_SIZE(fmt_pairs[5]) >= (int)sizeof(double)) CV_ELEM_SIZE 625 modules/core/src/rand.cpp int esz = (int)CV_ELEM_SIZE(ptype); CV_ELEM_SIZE 1321 modules/core/src/stat.cpp srcstep = (Ipp32s)src.total() * CV_ELEM_SIZE(type); CV_ELEM_SIZE 1557 modules/core/src/stat.cpp CV_ELEM_SIZE(sqdtype) + CV_ELEM_SIZE(dtype)); CV_ELEM_SIZE 1578 modules/core/src/stat.cpp stddev = funcs[sqddepth - CV_32S](Mat(1, groups, sqdtype, dbm.ptr() + groups * CV_ELEM_SIZE(dtype))); CV_ELEM_SIZE 1582 modules/core/src/stat.cpp groups * (CV_ELEM_SIZE(dtype) + CV_ELEM_SIZE 1583 modules/core/src/stat.cpp CV_ELEM_SIZE(sqdtype))))[0]); CV_ELEM_SIZE 2124 modules/core/src/stat.cpp int esz = CV_ELEM_SIZE(ddepth), esz32s = CV_ELEM_SIZE1(CV_32S), CV_ELEM_SIZE 151 modules/core/src/umatrix.cpp size_t esz = CV_ELEM_SIZE(m.flags), total = esz; CV_ELEM_SIZE 276 modules/core/src/umatrix.cpp CV_Assert( step[dims-1] == (size_t)CV_ELEM_SIZE(flags) ); CV_ELEM_SIZE 360 modules/core/src/umatrix.cpp size_t esz = CV_ELEM_SIZE(flags); CV_ELEM_SIZE 487 modules/core/src/umatrix.cpp hdr.step[dims-1] = CV_ELEM_SIZE(hdr.flags); CV_ELEM_SIZE 530 modules/core/src/umatrix.cpp hdr.step[1] = CV_ELEM_SIZE(hdr.flags); CV_ELEM_SIZE 795 modules/core/src/umatrix.cpp ocl::KernelArg scalararg(0, 0, 0, 0, buf, CV_ELEM_SIZE(d) * scalarcn); CV_ELEM_SIZE 82 modules/features2d/test/test_descriptors_regression.cpp int step = dataSize / rows / CV_ELEM_SIZE(type); CV_ELEM_SIZE 668 modules/imgcodecs/src/loadsave.cpp cv::Mat buf(1, _buf->rows*_buf->cols*CV_ELEM_SIZE(_buf->type), CV_8U, _buf->data.ptr); CV_ELEM_SIZE 676 modules/imgcodecs/src/loadsave.cpp cv::Mat buf(1, _buf->rows*_buf->cols*CV_ELEM_SIZE(_buf->type), CV_8U, _buf->data.ptr); CV_ELEM_SIZE 290 modules/imgproc/src/contours.cpp int esz = CV_ELEM_SIZE(mat->type); CV_ELEM_SIZE 458 modules/imgproc/src/convhull.cpp sizeof(hull_header), CV_ELEM_SIZE(mat->type), mat->data.ptr, CV_ELEM_SIZE 578 modules/imgproc/src/convhull.cpp sizeof(CvContour), CV_ELEM_SIZE(mat->type), mat->data.ptr, CV_ELEM_SIZE 673 modules/imgproc/src/deriv.cpp int sdepth = CV_MAT_DEPTH(stype), cn = CV_MAT_CN(stype), esz = CV_ELEM_SIZE(stype); CV_ELEM_SIZE 923 modules/imgproc/src/deriv.cpp int dy0 = std::min(std::max((int)(STRIPE_SIZE/(CV_ELEM_SIZE(stype)*src.cols)), 1), src.rows); CV_ELEM_SIZE 4313 modules/imgproc/src/filter.cpp esz = CV_ELEM_SIZE(stype), wdepth = std::max(std::max(sdepth, ddepth), bdepth), CV_ELEM_SIZE 5551 modules/imgproc/src/imgwarp.cpp ocl::KernelArg(0, 0, 0, 0, borderBuf, CV_ELEM_SIZE(sctype))); CV_ELEM_SIZE 1346 modules/imgproc/src/morph.cpp int type = _src.type(), depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type), esz = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1504 modules/imgproc/src/morph.cpp cn = CV_MAT_CN(type), esz = CV_ELEM_SIZE(type); CV_ELEM_SIZE 1483 modules/imgproc/src/pyramids.cpp int i, layer_step, elem_size = CV_ELEM_SIZE(src->type); CV_ELEM_SIZE 1492 modules/imgproc/src/pyramids.cpp bufsize = buf->rows*buf->cols*CV_ELEM_SIZE(buf->type); CV_ELEM_SIZE 1036 modules/imgproc/src/smooth.cpp int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type), esz = CV_ELEM_SIZE(type); CV_ELEM_SIZE 690 modules/imgproc/src/templmatch.cpp bufSize = templ.cols*templ.rows*CV_ELEM_SIZE(tdepth); CV_ELEM_SIZE 694 modules/imgproc/src/templmatch.cpp (blocksize.height + templ.rows - 1)*CV_ELEM_SIZE(depth)); CV_ELEM_SIZE 697 modules/imgproc/src/templmatch.cpp bufSize = std::max( bufSize, blocksize.width*blocksize.height*CV_ELEM_SIZE(cdepth)); CV_ELEM_SIZE 331 modules/imgproc/src/undistort.cpp sstep = _src->rows == 1 ? 1 : _src->step/CV_ELEM_SIZE(stype); CV_ELEM_SIZE 332 modules/imgproc/src/undistort.cpp dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype); CV_ELEM_SIZE 72 modules/imgproc/src/utils.cpp sizeof(CvContour), CV_ELEM_SIZE(eltype), mat->data.ptr, CV_ELEM_SIZE 353 modules/imgproc/test/test_convhull.cpp points1 = cvCreateSeq( point_type, sizeof(CvSeq), CV_ELEM_SIZE(point_type), storage ); CV_ELEM_SIZE 554 modules/imgproc/test/test_convhull.cpp sizeof(CvSeq), CV_ELEM_SIZE(points2->type), points2->data.ptr, CV_ELEM_SIZE 563 modules/imgproc/test/test_convhull.cpp sizeof(CvSeq), CV_ELEM_SIZE(hull2->type), hull2->data.ptr, CV_ELEM_SIZE 282 modules/imgproc/test/test_imgwarp.cpp int elem_size = CV_ELEM_SIZE(src->type); CV_ELEM_SIZE 350 modules/imgproc/test/test_imgwarp.cpp int step = (int)(src.step / CV_ELEM_SIZE(depth)); CV_ELEM_SIZE 153 modules/imgproc/test/test_templmatch.cpp int a_step = img->step / CV_ELEM_SIZE(img->type & CV_MAT_DEPTH_MASK); CV_ELEM_SIZE 154 modules/imgproc/test/test_templmatch.cpp int b_step = templ->step / CV_ELEM_SIZE(templ->type & CV_MAT_DEPTH_MASK); CV_ELEM_SIZE 207 modules/ml/src/gbt.cpp int step = (_responses->cols > _responses->rows) ? 1 : _responses->step / CV_ELEM_SIZE(_responses->type); CV_ELEM_SIZE 367 modules/ml/src/gbt.cpp : sample_idx->step/CV_ELEM_SIZE(sample_idx->type); CV_ELEM_SIZE 442 modules/ml/src/gbt.cpp : sample_idx->step/CV_ELEM_SIZE(sample_idx->type); CV_ELEM_SIZE 453 modules/ml/src/gbt.cpp : sample_idx->step/CV_ELEM_SIZE(sample_idx->type); CV_ELEM_SIZE 464 modules/ml/src/gbt.cpp : sample_idx->step/CV_ELEM_SIZE(sample_idx->type); CV_ELEM_SIZE 493 modules/ml/src/gbt.cpp : sample_idx->step/CV_ELEM_SIZE(sample_idx->type); CV_ELEM_SIZE 532 modules/ml/src/gbt.cpp : sample_idx->step/CV_ELEM_SIZE(sample_idx->type); CV_ELEM_SIZE 1292 modules/ml/src/gbt.cpp 1 : response->step / CV_ELEM_SIZE(response->type); CV_ELEM_SIZE 151 modules/python/src2/cv2.cpp step[dims-1] = CV_ELEM_SIZE(type); CV_ELEM_SIZE 58 modules/ts/src/ocl_perf.cpp size_t memSize = size.area() * CV_ELEM_SIZE(type); CV_ELEM_SIZE 1051 modules/ts/src/ts_perf.cpp return total * CV_ELEM_SIZE(a.type()); CV_ELEM_SIZE 1055 modules/ts/src/ts_perf.cpp size += (int)a.total(i) * CV_ELEM_SIZE(a.type(i));