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

/external/opencv/cxcore/src/
H A Dcxminmaxloc.cpp48 #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, in
[all...]
H A D_cxipp.h147 #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* im
[all...]
H A Dcxconvert.cpp905 #define ICV_DEF_CVT_SCALE_ABS_CASE( srctype, worktype, \
909 const srctype* _src = (const srctype*)src; \
956 int srctype = param; local
957 int srcdepth = CV_MAT_DEPTH(srctype);
959 size.width *= CV_MAT_CN(srctype);
1106 #define ICV_DEF_CVT_SCALE_CASE( srctype, worktype, \
1110 const srctype* _src = (const srctype*)src; \
1145 int i, srctype
[all...]
H A Dcxmatmul.cpp2321 #define ICV_DOT_PRODUCT_CASE( flavor, srctype, avgtype, load_macro ) \
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 ) \
2379 icvExtProductShifted_##flavor##_C1R( const srctype* vec, int vecstep, \
2470 int srctype = 0, dsttype = 0;
2508 srctype = CV_MAT_TYPE(vecmat->type);
2580 srctype = CV_MAT_TYPE( vec->type );
2581 if( CV_MAT_CN( srctype ) != 1 )
2583 if( srctype !
[all...]
/external/opencv/cv/src/
H A Dcvaccum.cpp44 #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, dsttyp
[all...]
H A Dcvsamplers.cpp145 #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 * sr
[all...]
H A D_cvipp.h382 #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 ))
683 #define ICV_COPY_SUBPIX( flavor, cn, srctype, dsttype ) \
686 ( const srctype* pSrc, int srcStep, dsttype* pDst, int dstStep, \
H A Dcvmoments.cpp252 #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; \
H A Dcvfilter.cpp1035 #define ICV_FILTER_ROW( flavor, srctype, dsttype, load_macro ) \
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 ) \
1084 icvFilterRowSymm_##flavor( const srctype* src, \
1095 const srctype* s = src + ksize2n; \
1449 #define ICV_FILTER_COL( flavor, srctype, dsttype, worktype, \
1452 icvFilterCol_##flavor( const srctype** src, dsttype* dst, \
1457 const srctype* ky = (const srctype*)_k
[all...]
H A Dcvderiv.cpp485 #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; \
/external/tensorflow/tensorflow/core/kernels/
H A Dcast_op.cc172 #define REGISTER_CAST_GPU(srctype, dsttype) \
174 .TypeConstraint<srctype>("SrcT") \
226 #define REGISTER_CAST_SYCL(srctype, dsttype) \
228 .TypeConstraint<srctype>("SrcT") \
/external/libpcap/
H A Dpcap-win32.c836 int srctype; local
848 if (pcap_parsesrcstr(p->opt.device, &srctype, host, port, name, p->errbuf))
851 if (srctype == PCAP_SRC_IFREMOTE)
863 if (srctype == PCAP_SRC_IFLOCAL)
/external/libcups/cups/
H A Dppd.c3367 srctype[256], local
3407 srcsuper, srctype, dstsuper, dsttype, &cost, program) != 6)
3415 DEBUG_printf(("5ppd_update_filters: srcsuper=\"%s\", srctype=\"%s\", "
3417 srcsuper, srctype, dstsuper, dsttype, cost, program));
3438 snprintf(buffer, sizeof(buffer), "%s/%s %d %s", srcsuper, srctype, cost,

Completed in 1674 milliseconds