/external/opencv/cxcore/src/ |
cxminmaxloc.cpp | 48 #define CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, cn ) \ 87 srctype, temptype, extrtype ) \ 89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \ 93 CV_MINMAXLOC_ENTRY( _toggle_, srctype, temptype, 1 ); \ 105 srctype, temptype, extrtype ) \ 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, \ 127 srctype, int, extrtype ) \ 129 flavor, srctype, int, extrtype [all...] |
_cxipp.h | 147 #define IPCV_DEF_MEAN_MASK( flavor, srctype ) \ 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 ) \ 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...] |
cxconvert.cpp | 956 int srctype = param; local [all...] |
cxmatmul.cpp | [all...] |
/external/opencv/cv/src/ |
cvaccum.cpp | 44 #define ICV_DEF_ACC_FUNC( name, srctype, dsttype, cvtmacro ) \ 46 name,( const srctype *src, int srcstep, dsttype *dst, \ 81 #define ICV_DEF_ACCPROD_FUNC( flavor, srctype, dsttype, cvtmacro ) \ 83 ( const srctype *src1, int step1, const srctype *src2, int step2, \ 117 #define ICV_DEF_ACCWEIGHT_FUNC( flavor, srctype, dsttype, cvtmacro ) \ 119 ( const srctype *src, int srcstep, dsttype *dst, int dststep, \ 152 #define ICV_DEF_ACCMASK_FUNC_C1( name, srctype, dsttype, cvtmacro ) \ 154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\ 188 #define ICV_DEF_ACCPRODUCTMASK_FUNC_C1( flavor, srctype, dsttype, cvtmacro ) [all...] |
cvsamplers.cpp | 145 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \ 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, \ 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, \ 604 ( const srctype * src, int src_step, CvSize src_size, [all...] |
_cvipp.h | 382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \ 389 int bordertype, srctype bordervalue, void* buffer )) 405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \ 412 int bordertype, srctype bordervalue, void* buffer )) 423 #define IPCV_FILTER_LAPLACIAN_BORDER( flavor, srctype ) \ 430 int bordertype, srctype bordervalue, void* buffer )) [all...] |
cvmoments.cpp | 252 #define ICV_DEF_CALC_MOMENTS_IN_TILE( __op__, name, flavor, srctype, temptype, momtype ) \ 254 ( const srctype* img, int step, CvSize size, int cn, int coi, double *moments ) \ 273 const srctype* ptr = img; \
|
cvfilter.cpp | [all...] |
cvderiv.cpp | 485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \ 487 icvLaplaceRow_##flavor( const srctype* src, dsttype* dst, void* params )\ 498 const srctype* s = src + ksize2n; \ [all...] |
/external/opencv3/modules/imgproc/src/ |
samplers.cpp | 389 int srctype = image.type(); 391 srctype == CV_8UC1 && ddepth == CV_8U ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_8u_C1R : 392 srctype == CV_8UC1 && ddepth == CV_32F ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_8u32f_C1R : 393 srctype == CV_32FC1 && ddepth == CV_32F ? (ippiGetRectSubPixFunc)ippiCopySubpixIntersect_32f_C1R : 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
srv.h | 317 WINBOOL __cdecl srv_willconvert(int srctype,int desttype);
|
/external/opencv3/modules/core/test/ |
test_arithm.cpp | 719 int srctype = cvtest::randomType(rng, _OutputArray::DEPTH_MASK_ALL, 1, ARITHM_MAX_CHANNELS); 721 return srctype; [all...] |
/external/opencv3/modules/core/src/ |
arithm.cpp | 1441 int srctype = _src1.type(); local [all...] |