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

  /external/opencv/cxcore/src/
cxcopy.cpp 512 int pix_size1; local
517 pix_size1 = CV_ELEM_SIZE1(type);
518 pix_size = pix_size1*CV_MAT_CN(type);
528 iterator.size, buf, pix_size1 );
    [all...]
cxarray.cpp 648 int pix_size1 = CV_ELEM_SIZE1(type); local
649 int pix_size = pix_size1*CV_MAT_CN(type);
676 arr->valoffset = (int)cvAlign(sizeof(CvSparseNode), pix_size1);
    [all...]

Completed in 33 milliseconds