Searched refs:CV_ELEM_SIZE1 (Results 1 – 9 of 9) sorted by relevance
234 elem_size1 = CV_ELEM_SIZE1(depth); in icvLogicS()261 elem_size1 = CV_ELEM_SIZE1(depth); in icvLogicS()
288 int half_size = CV_ELEM_SIZE1(depth)*cn*128; in cvLUT()
517 pix_size1 = CV_ELEM_SIZE1(type); in cvSet()608 CV_ELEM_SIZE1(type))); in cvSet()
648 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()
1796 elem_size = CV_ELEM_SIZE1(src->type); in cvDFT()2636 elem_size = CV_ELEM_SIZE1(depth); in cvDCT()
808 elem_size = CV_ELEM_SIZE1(depth); in cvMixChannels()
63 assert(CV_ELEM_SIZE1(__cvtype) == sizeof(__scalartype)); in deref()
1821 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()
610 #define CV_ELEM_SIZE1(type) \ macro689 return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S || in cvCvToIplDepth()