Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxcopy.cpp660 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.h298 CvStatus CV_STDCALL icvSetZero_8u_C1R( uchar* dst, int dststep, CvSize size );
Dcxmatrix.cpp87 IPPI_CALL( icvSetZero_8u_C1R( data, step, size )); in cvSetIdentity()