Home | History | Annotate | Download | only in src

Lines Matching refs:srctype

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 ) \
190 ( const srctype *src1, int step1, const srctype* src2, int step2, \
222 #define ICV_DEF_ACCWEIGHTMASK_FUNC_C1( flavor, srctype, dsttype, cvtmacro ) \
224 ( const srctype *src, int srcstep, const uchar* mask, int maskstep, \
256 #define ICV_DEF_ACCMASK_FUNC_C3( name, srctype, dsttype, cvtmacro ) \
258 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
292 #define ICV_DEF_ACCPRODUCTMASK_FUNC_C3( flavor, srctype, dsttype, cvtmacro ) \
294 ( const srctype *src1, int step1, const srctype* src2, int step2, \
327 #define ICV_DEF_ACCWEIGHTMASK_FUNC_C3( flavor, srctype, dsttype, cvtmacro ) \
329 ( const srctype *src, int srcstep, const uchar* mask, int maskstep, \