Home
last modified time | relevance | path

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

/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/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()