Searched refs:CV_AUTOSTEP (Results 1 – 9 of 9) sorted by relevance
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 218 void* data=0, int step=CV_AUTOSTEP ) in CvMatrix() 223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP ) in CvMatrix() 329 void set_data( void* data, int step=CV_AUTOSTEP ) in set_data()
|
D | cxcore.h | 135 #define CV_AUTOSTEP 0x7fffffff macro 140 int step CV_DEFAULT(CV_AUTOSTEP) );
|
/external/opencv3/modules/core/src/ |
D | cuda_host_mem.cpp | 70 if (data0 && step[i] != CV_AUTOSTEP) in allocate()
|
D | array.cpp | 165 if( step != CV_AUTOSTEP && step != 0 ) in cvInitMatHeader() 911 if( step != CV_AUTOSTEP && step != 0 ) in cvSetData() 932 if( step != CV_AUTOSTEP && img->height > 1 ) in cvSetData() 958 if( step != CV_AUTOSTEP ) in cvSetData()
|
D | matrix.cpp | 180 if( data0 && step[i] != CV_AUTOSTEP ) in allocate()
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 196 if( step != CV_AUTOSTEP && step != 0 ) in cvInitMatHeader() 1064 if( step != CV_AUTOSTEP ) in cvSetData() 1087 if( step != CV_AUTOSTEP && img->height > 1 ) in cvSetData() 1117 if( step != CV_AUTOSTEP ) in cvSetData()
|
D | cxarithm.cpp | 2028 srcA_step = srcB_step = dst_step = CV_AUTOSTEP; in cvAddWeighted()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 220 #define CV_AUTOSTEP 0x7fffffff macro 256 int step CV_DEFAULT(CV_AUTOSTEP) );
|
/external/opencv/cvaux/include/ |
D | cvmat.hpp | 378 explicit CvMAT( int rows, int cols, int type, void* data, int step = CV_AUTOSTEP ); 379 explicit CvMAT( int rows, int type, void* data, int step = CV_AUTOSTEP );
|