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

  /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/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...]

Completed in 222 milliseconds