HomeSort by relevance Sort by last modified time
    Searched refs:srctype (Results 1 - 15 of 15) sorted by null

  /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/tensorflow/tensorflow/core/kernels/
cast_op.cc 172 #define REGISTER_CAST_GPU(srctype, dsttype) \
174 .TypeConstraint<srctype>("SrcT") \
226 #define REGISTER_CAST_SYCL(srctype, dsttype) \
228 .TypeConstraint<srctype>("SrcT") \
  /art/openjdkjvmti/
ti_method.cc     [all...]
  /external/libpcap/
pcap-win32.c 836 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)
    [all...]
  /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/libcups/cups/
ppd.c 3367 srctype[256], local
    [all...]

Completed in 493 milliseconds