Home
last modified time | relevance | path

Searched refs:srctype (Results 1 – 13 of 13) sorted by relevance

/external/opencv/cxcore/src/
D_cxipp.h147 #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 …]
Dcxminmaxloc.cpp48 #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 …]
Dcxconvert.cpp905 #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 …]
Dcxmatmul.cpp2321 #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/
Dcvaccum.cpp44 #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 …]
Dcvsamplers.cpp145 #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.h382 #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, \
Dcvfilter.cpp1035 #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 …]
Dcvmoments.cpp252 #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; \
Dcvderiv.cpp485 #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; \
/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc172 #define REGISTER_CAST_GPU(srctype, dsttype) \ argument
174 .TypeConstraint<srctype>("SrcT") \
226 #define REGISTER_CAST_SYCL(srctype, dsttype) \ argument
228 .TypeConstraint<srctype>("SrcT") \
/external/libpcap/
Dpcap-win32.c836 int srctype; in pcap_activate_win32() local
848 if (pcap_parsesrcstr(p->opt.device, &srctype, host, port, name, p->errbuf)) in pcap_activate_win32()
851 if (srctype == PCAP_SRC_IFREMOTE) in pcap_activate_win32()
863 if (srctype == PCAP_SRC_IFLOCAL) in pcap_activate_win32()
/external/libcups/cups/
Dppd.c3367 srctype[256], in ppd_update_filters() local
3407 srcsuper, srctype, dstsuper, dsttype, &cost, program) != 6) in ppd_update_filters()
3417 srcsuper, srctype, dstsuper, dsttype, cost, program)); in ppd_update_filters()
3438 snprintf(buffer, sizeof(buffer), "%s/%s %d %s", srcsuper, srctype, cost, in ppd_update_filters()