Searched refs:_CvPyramidBaseC3 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp81 typedef struct _CvPyramidBaseC3 struct
86 _CvPyramidBaseC3; typedef in typeref:struct:_CvPyramidBaseC3
132 #define _CV_NEXT_BASE_C3(p,n) (_CvPyramidC3*)((char*)(p) + (n)*sizeof(_CvPyramidBaseC3))
612 _CvPyramidBaseC3 *p_base;
660 buffer_size = roi.width * roi.height * (sizeof( _CvRGBf ) + sizeof( _CvPyramidBaseC3 ));
688 p_base = (_CvPyramidBaseC3 *) (buffer + step * roi.height);
783 p_base = (_CvPyramidBaseC3 *) pyram[0];
935 (l == 0 ? sizeof( _CvPyramidBaseC3 ) : sizeof( _CvPyramidC3 )));
1570 _CvPyramidBaseC3 * start, int width )
1572 int x = (int)((_CvPyramidBaseC3 *) base_
[all...]

Completed in 67 milliseconds