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

/external/opencv/cxcore/src/
H A Dcxcopy.cpp660 icvSetZero_8u_C1R( uchar* dst, int dststep, CvSize size ) function
704 icvSetZero_8u_C1R( iterator.ptr[0], CV_STUB_STEP, iterator.size );
745 IPPI_CALL( icvSetZero_8u_C1R( mat->data.ptr, mat_step, size ));
H A D_cxcore.h298 CvStatus CV_STDCALL icvSetZero_8u_C1R( uchar* dst, int dststep, CvSize size );
H A Dcxmatrix.cpp87 IPPI_CALL( icvSetZero_8u_C1R( data, step, size ));

Completed in 333 milliseconds