Lines Matching refs:uchar
75 ICV_DEF_ACC_FUNC( icvAdd_8u32f_C1IR, uchar, float, CV_8TO32F )
77 ICV_DEF_ACC_FUNC( icvAddSquare_8u32f_C1IR, uchar, float, CV_8TO32F_SQR )
113 ICV_DEF_ACCPROD_FUNC( 8u32f, uchar, float, CV_8TO32F )
148 ICV_DEF_ACCWEIGHT_FUNC( 8u32f, uchar, float, CV_8TO32F )
154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
182 ICV_DEF_ACCMASK_FUNC_C1( icvAdd_8u32f_C1IMR, uchar, float, CV_8TO32F )
184 ICV_DEF_ACCMASK_FUNC_C1( icvAddSquare_8u32f_C1IMR, uchar, float, CV_8TO32F_SQR )
191 const uchar* mask, int maskstep, dsttype *dst, int dststep, CvSize size ),\
219 ICV_DEF_ACCPRODUCTMASK_FUNC_C1( 8u32f, uchar, float, CV_8TO32F )
224 ( const srctype *src, int srcstep, const uchar* mask, int maskstep, \
252 ICV_DEF_ACCWEIGHTMASK_FUNC_C1( 8u32f, uchar, float, CV_8TO32F )
258 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
286 ICV_DEF_ACCMASK_FUNC_C3( icvAdd_8u32f_C3IMR, uchar, float, CV_8TO32F )
288 ICV_DEF_ACCMASK_FUNC_C3( icvAddSquare_8u32f_C3IMR, uchar, float, CV_8TO32F_SQR )
295 const uchar* mask, int maskstep, dsttype *dst, int dststep, CvSize size ),\
323 ICV_DEF_ACCPRODUCTMASK_FUNC_C3( 8u32f, uchar, float, CV_8TO32F )
329 ( const srctype *src, int srcstep, const uchar* mask, int maskstep, \
357 ICV_DEF_ACCWEIGHTMASK_FUNC_C3( 8u32f, uchar, float, CV_8TO32F )