Searched refs:icvSetZero_8u_C1R (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxcopy.cpp | 660 icvSetZero_8u_C1R( uchar* dst, int dststep, CvSize size ) in icvSetZero_8u_C1R() function 704 icvSetZero_8u_C1R( iterator.ptr[0], CV_STUB_STEP, iterator.size ); in cvSetZero() 745 IPPI_CALL( icvSetZero_8u_C1R( mat->data.ptr, mat_step, size )); in cvSetZero()
|
D | _cxcore.h | 298 CvStatus CV_STDCALL icvSetZero_8u_C1R( uchar* dst, int dststep, CvSize size );
|
D | cxmatrix.cpp | 87 IPPI_CALL( icvSetZero_8u_C1R( data, step, size )); in cvSetIdentity()
|