/external/opencv/cxcore/src/ |
D | _cxipp.h | 147 #define IPCV_DEF_MEAN_MASK( flavor, srctype ) \ argument 150 ( const srctype* img, int imgstep, const uchar* mask, \ 154 ( const srctype* img, int imgstep, const uchar* mask, \ 158 ( const srctype* img, int imgstep, const uchar* mask, \ 162 ( const srctype* img, int imgstep, const uchar* mask, \ 179 #define IPCV_DEF_MEAN_SDV( flavor, srctype ) \ argument 182 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\ 185 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\ 188 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\ 191 ( const srctype* img, int imgstep, CvSize size, double* mean, double* sdv ))\ [all …]
|
D | cxminmaxloc.cpp | 48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \ argument 87 srctype, temptype, extrtype ) \ argument 89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \ 93 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, 1 ); \ 105 srctype, temptype, extrtype ) \ argument 107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \ 113 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ); \ 124 #define ICV_DEF_MINMAXLOC_ALL_INT( flavor, srctype, \ argument 127 srctype, int, extrtype ) \ 129 flavor, srctype, int, extrtype ) [all …]
|
D | cxconvert.cpp | 905 #define ICV_DEF_CVT_SCALE_ABS_CASE( srctype, worktype, \ argument 909 const srctype* _src = (const srctype*)src; \ 956 int srctype = param; in icvCvtScaleAbsTo_8u_C1R() local 957 int srcdepth = CV_MAT_DEPTH(srctype); in icvCvtScaleAbsTo_8u_C1R() 959 size.width *= CV_MAT_CN(srctype); in icvCvtScaleAbsTo_8u_C1R() 1106 #define ICV_DEF_CVT_SCALE_CASE( srctype, worktype, \ argument 1110 const srctype* _src = (const srctype*)src; \ 1145 int i, srctype = param; \ 1149 switch( CV_MAT_DEPTH(srctype) ) \ 1263 int i, srctype = param; \ [all …]
|
D | cxmatmul.cpp | 2321 #define ICV_DOT_PRODUCT_CASE( flavor, srctype, avgtype, load_macro ) \ argument 2323 icvDotProductShifted_##flavor##_C1R( const srctype* vec1, int vecstep1, \ 2324 const srctype* vec2, int vecstep2, \ 2377 #define ICV_EXT_PRODUCT_CASE( flavor, srctype, avgtype, load_macro ) \ argument 2379 icvExtProductShifted_##flavor##_C1R( const srctype* vec, int vecstep, \ 2470 int srctype = 0, dsttype = 0; in cvCalcCovarMatrix() local 2508 srctype = CV_MAT_TYPE(vecmat->type); in cvCalcCovarMatrix() 2580 srctype = CV_MAT_TYPE( vec->type ); in cvCalcCovarMatrix() 2581 if( CV_MAT_CN( srctype ) != 1 ) in cvCalcCovarMatrix() 2583 if( srctype != dsttype && !tempvec && !(flags & CV_COVAR_USE_AVG)) in cvCalcCovarMatrix() [all …]
|
/external/opencv/cv/src/ |
D | cvaccum.cpp | 44 #define ICV_DEF_ACC_FUNC( name, srctype, dsttype, cvtmacro ) \ argument 46 name,( const srctype *src, int srcstep, dsttype *dst, \ 81 #define ICV_DEF_ACCPROD_FUNC( flavor, srctype, dsttype, cvtmacro ) \ in ICV_DEF_ACC_FUNC() argument 83 ( const srctype *src1, int step1, const srctype *src2, int step2, \ in ICV_DEF_ACC_FUNC() 117 #define ICV_DEF_ACCWEIGHT_FUNC( flavor, srctype, dsttype, cvtmacro ) \ argument 119 ( const srctype *src, int srcstep, dsttype *dst, int dststep, \ 152 #define ICV_DEF_ACCMASK_FUNC_C1( name, srctype, dsttype, cvtmacro ) \ argument 154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\ 188 #define ICV_DEF_ACCPRODUCTMASK_FUNC_C1( flavor, srctype, dsttype, cvtmacro ) \ argument 190 ( const srctype *src1, int step1, const srctype* src2, int step2, \ [all …]
|
D | cvsamplers.cpp | 145 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \ argument 148 ( const srctype* src, int src_step, CvSize src_size, \ 219 src = (const srctype*)icvAdjustRect( src, src_step*sizeof(*src), \ 224 const srctype *src2 = src + src_step; \ 264 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, worktype, \ argument 267 ( const srctype* src, int src_step, CvSize src_size, \ 321 src = (const srctype*)icvAdjustRect( src, src_step*sizeof(*src), \ 326 const srctype *src2 = src + src_step; \ 600 #define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC( flavor, srctype, dsttype, \ argument 604 ( const srctype * src, int src_step, CvSize src_size, \ [all …]
|
D | _cvipp.h | 382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \ argument 389 int bordertype, srctype bordervalue, void* buffer )) 405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \ argument 412 int bordertype, srctype bordervalue, void* buffer )) 423 #define IPCV_FILTER_LAPLACIAN_BORDER( flavor, srctype ) \ argument 430 int bordertype, srctype bordervalue, void* buffer )) 683 #define ICV_COPY_SUBPIX( flavor, cn, srctype, dsttype ) \ argument 686 ( const srctype* pSrc, int srcStep, dsttype* pDst, int dstStep, \
|
D | cvfilter.cpp | 1035 #define ICV_FILTER_ROW( flavor, srctype, dsttype, load_macro ) \ argument 1037 icvFilterRow_##flavor(const srctype* src, dsttype* dst, void*params)\ 1045 const srctype* s; \ 1082 #define ICV_FILTER_ROW_SYMM( flavor, srctype, dsttype, load_macro ) \ argument 1084 icvFilterRowSymm_##flavor( const srctype* src, \ 1095 const srctype* s = src + ksize2n; \ 1449 #define ICV_FILTER_COL( flavor, srctype, dsttype, worktype, \ argument 1452 icvFilterCol_##flavor( const srctype** src, dsttype* dst, \ 1457 const srctype* ky = (const srctype*)_ky->data.ptr; \ 1470 const srctype* sptr = src[0] + i; \ [all …]
|
D | cvmoments.cpp | 252 #define ICV_DEF_CALC_MOMENTS_IN_TILE( __op__, name, flavor, srctype, temptype, momtype ) \ argument 254 ( const srctype* img, int step, CvSize size, int cn, int coi, double *moments ) \ 273 const srctype* ptr = img; \
|
D | cvderiv.cpp | 485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \ argument 487 icvLaplaceRow_##flavor( const srctype* src, dsttype* dst, void* params )\ 498 const srctype* s = src + ksize2n; \
|