Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dcvdef.h172 #define CV_ELEM_SIZE1(type) \ macro
Dcuda.inl.hpp307 return CV_ELEM_SIZE1(flags); in elemSize1()
488 return CV_ELEM_SIZE1(flags); in elemSize1()
Dopengl.hpp610 return CV_ELEM_SIZE1(type_); in elemSize1()
Dmat.inl.hpp399 size_t esz = CV_ELEM_SIZE(_type), esz1 = CV_ELEM_SIZE1(_type); in Mat()
430 size_t esz = CV_ELEM_SIZE(_type), esz1 = CV_ELEM_SIZE1(_type); in Mat()
713 return CV_ELEM_SIZE1(flags); in elemSize1()
894 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1()); in at()
903 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1()); in at()
912 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1()); in at()
921 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1()); in at()
1723 return CV_ELEM_SIZE1(flags); in elemSize1()
3355 return CV_ELEM_SIZE1(flags); in elemSize1()
Dtypes_c.h604 return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S || in cvIplDepth()
/external/opencv/cxcore/src/
Dcxlogic.cpp234 elem_size1 = CV_ELEM_SIZE1(depth); in icvLogicS()
261 elem_size1 = CV_ELEM_SIZE1(depth); in icvLogicS()
Dcxlut.cpp288 int half_size = CV_ELEM_SIZE1(depth)*cn*128; in cvLUT()
Dcxcopy.cpp517 pix_size1 = CV_ELEM_SIZE1(type); in cvSet()
608 CV_ELEM_SIZE1(type))); in cvSet()
Dcxarray.cpp648 int pix_size1 = CV_ELEM_SIZE1(type); in cvCreateSparseMat()
1761 int offset = CV_ELEM_SIZE1(depth)*12; in cvScalarToRawData()
3161 header->step = total_width * CV_ELEM_SIZE1(mat->type); in cvReshape()
Dcxdxt.cpp1796 elem_size = CV_ELEM_SIZE1(src->type); in cvDFT()
2636 elem_size = CV_ELEM_SIZE1(depth); in cvDCT()
Dcxconvert.cpp808 elem_size = CV_ELEM_SIZE1(depth); in cvMixChannels()
/external/opencv/cv/src/
Dcvkdtree.cpp63 assert(CV_ELEM_SIZE1(__cvtype) == sizeof(__scalartype)); in deref()
Dcvfilter.cpp1821 step = kernel->rows == 1 ? 1 : kernel->step/CV_ELEM_SIZE1(type); in init_gaussian_kernel()
1943 step = kernel->rows == 1 ? 1 : kernel->step/CV_ELEM_SIZE1(type); in init_sobel_kernel()
2003 step = kernel->rows == 1 ? 1 : kernel->step/CV_ELEM_SIZE1(type); in init_scharr_kernel()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_pxm.cpp196 int bit_depth = CV_ELEM_SIZE1(m_type)*8; in readData()
Dgrfmt_exr.cpp585 depth = CV_ELEM_SIZE1(depth)*8; in write()
/external/opencv/cxcore/include/
Dcxtypes.h610 #define CV_ELEM_SIZE1(type) \ macro
689 return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S || in cvCvToIplDepth()
/external/opencv3/modules/stitching/src/opencl/
Dmultibandblend.cl34 // * name_T1SIZE - CV_ELEM_SIZE1(type)
/external/opencv3/modules/core/src/
Darray.cpp539 int pix_size1 = CV_ELEM_SIZE1(type); in cvCreateSparseMat()
1520 int offset = CV_ELEM_SIZE1(depth)*12; in cvScalarToRawData()
2770 header->step = total_width * CV_ELEM_SIZE1(mat->type); in cvReshape()
Darithm.cpp1417 size_t esz1 = CV_ELEM_SIZE1(buftype); in convertAndUnrollScalar()
1480 size_t esz = CV_ELEM_SIZE1(srctype)*scalarcn; in ocl_binary_op()
1875 size_t esz = CV_ELEM_SIZE1(wtype)*scalarcn; in ocl_arithm_op()
4934 size_t esz = CV_ELEM_SIZE1(type1) * scalarcn; in ocl_compare()
Docl.cpp5436 dividers.push_back(ckercn * CV_ELEM_SIZE1(ctype)); \
5522 name.c_str(), (int)CV_ELEM_SIZE1(type), in buildOptionsAddMatrixDescription()
Dstat.cpp1556 int dbsize = groups * ((haveMask ? CV_ELEM_SIZE1(CV_32S) : 0) + in ocl_meanStdDev()
2124 int esz = CV_ELEM_SIZE(ddepth), esz32s = CV_ELEM_SIZE1(CV_32S), in ocl_minMaxIdx()
Dconvert.cpp1031 esz1 = CV_ELEM_SIZE1(idepth); in ocl_merge()
5727 size_t elemSize1 = CV_ELEM_SIZE1(dst.depth());
5933 size_t elemSize1 = CV_ELEM_SIZE1(dst.depth()); in LUT()
Dmatrix.cpp288 size_t esz = CV_ELEM_SIZE(m.flags), esz1 = CV_ELEM_SIZE1(m.flags), total = esz; in setSize()
4718 dims*sizeof(int), CV_ELEM_SIZE1(_type)); in Hdr()
/external/opencv3/modules/python/src2/
Dcv2.cpp307 size_t elemsize = CV_ELEM_SIZE1(type); in pyopencv_to()
/external/opencv3/modules/objdetect/src/
Dhog.cpp1098 int qangle_elem_size = CV_ELEM_SIZE1(qangle.type()); in ocl_compute_gradients_8UC1()
1150 int qangle_elem_size = CV_ELEM_SIZE1(qangle.type()); in ocl_compute_hists()