Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpyrsegmentation.cpp65 typedef struct _CvPyramidBase struct
70 _CvPyramidBase; typedef
131 #define _CV_NEXT_BASE_C1(p,n) (_CvPyramid*)((char*)(p) + (n)*sizeof(_CvPyramidBase))
198 _CvPyramidBase *p_base; in icvPyrSegmentation8uC1R()
243 buffer_size = roi.width * roi.height * (sizeof( float ) + sizeof( _CvPyramidBase )); in icvPyrSegmentation8uC1R()
269 p_base = (_CvPyramidBase *) (buffer + step * roi.height); in icvPyrSegmentation8uC1R()
363 p_base = (_CvPyramidBase *) pyram[0]; in icvPyrSegmentation8uC1R()
505 (l == 0 ? sizeof(_CvPyramidBase) : sizeof(_CvPyramid))); in icvPyrSegmentation8uC1R()
1079 p_cur = (_CvPyramid*)((char*)p_cur + sizeof(_CvPyramidBase)); in icvUpdatePyrLinks_8u_C1()
1393 icvExpandBaseLevelC1( _CvPyramid * base_p, _CvPyramid * p, _CvPyramidBase * start, int width ) in icvExpandBaseLevelC1()
[all …]