Searched refs:roiWidth (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvpyramids.cpp | 438 icvPyrUpG5x5_GetBufSize( int roiWidth, CvDataType dataType, in icvPyrUpG5x5_GetBufSize() argument 447 if( roiWidth < 0 ) in icvPyrUpG5x5_GetBufSize() 452 bufStep = 2*roiWidth*channels; in icvPyrUpG5x5_GetBufSize() 465 icvPyrDownG5x5_GetBufSize( int roiWidth, CvDataType dataType, in icvPyrDownG5x5_GetBufSize() argument 474 if( roiWidth < 0 || (roiWidth & 1) != 0 ) in icvPyrDownG5x5_GetBufSize() 479 bufStep = 2*roiWidth*channels; in icvPyrDownG5x5_GetBufSize()
|
D | _cvipp.h | 163 ( int roiWidth, CvDataType dataType, int channels, int* bufSize )) 167 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
|