HomeSort by relevance Sort by last modified time
    Searched refs:CV_ELEM_SIZE1 (Results 1 - 24 of 24) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 172 #define CV_ELEM_SIZE1(type) \
cuda.inl.hpp 307 return CV_ELEM_SIZE1(flags);
488 return CV_ELEM_SIZE1(flags);
opengl.hpp 610 return CV_ELEM_SIZE1(type_);
mat.inl.hpp 399 size_t esz = CV_ELEM_SIZE(_type), esz1 = CV_ELEM_SIZE1(_type);
430 size_t esz = CV_ELEM_SIZE(_type), esz1 = CV_ELEM_SIZE1(_type);
713 return CV_ELEM_SIZE1(flags);
894 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1());
903 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1());
912 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1());
921 CV_ELEM_SIZE1(DataType<_Tp>::depth) == elemSize1());
    [all...]
types_c.h 604 return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S ||
    [all...]
  /external/opencv/cxcore/src/
cxlogic.cpp 234 elem_size1 = CV_ELEM_SIZE1(depth);
261 elem_size1 = CV_ELEM_SIZE1(depth);
cxlut.cpp 288 int half_size = CV_ELEM_SIZE1(depth)*cn*128;
cxcopy.cpp 517 pix_size1 = CV_ELEM_SIZE1(type);
608 CV_ELEM_SIZE1(type)));
    [all...]
cxarray.cpp 648 int pix_size1 = CV_ELEM_SIZE1(type);
    [all...]
cxconvert.cpp     [all...]
cxdxt.cpp     [all...]
  /external/opencv/cv/src/
cvkdtree.cpp 63 assert(CV_ELEM_SIZE1(__cvtype) == sizeof(__scalartype));
cvfilter.cpp     [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_pxm.cpp 196 int bit_depth = CV_ELEM_SIZE1(m_type)*8;
grfmt_exr.cpp 585 depth = CV_ELEM_SIZE1(depth)*8;
  /external/opencv/cxcore/include/
cxtypes.h 610 #define CV_ELEM_SIZE1(type) \
689 return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S ||
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 307 size_t elemsize = CV_ELEM_SIZE1(type);
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 539 int pix_size1 = CV_ELEM_SIZE1(type);
    [all...]
arithm.cpp     [all...]
ocl.cpp     [all...]
stat.cpp     [all...]
convert.cpp     [all...]
matrix.cpp 288 size_t esz = CV_ELEM_SIZE(m.flags), esz1 = CV_ELEM_SIZE1(m.flags), total = esz;
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp     [all...]

Completed in 2440 milliseconds