OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icvSetZero_8u_C1R
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cxcore/src/
cxcopy.cpp
660
icvSetZero_8u_C1R
( uchar* dst, int dststep, CvSize size )
704
icvSetZero_8u_C1R
( iterator.ptr[0], CV_STUB_STEP, iterator.size );
745
IPPI_CALL(
icvSetZero_8u_C1R
( mat->data.ptr, mat_step, size ));
[
all
...]
_cxcore.h
298
CvStatus CV_STDCALL
icvSetZero_8u_C1R
( uchar* dst, int dststep, CvSize size );
cxmatrix.cpp
87
IPPI_CALL(
icvSetZero_8u_C1R
( data, step, size ));
[
all
...]
Completed in 851 milliseconds