Home | History | Annotate | Download | only in src

Lines Matching refs:dsttype

1139 #define  ICV_DEF_CVT_SCALE_FUNC_INT( flavor, dsttype, cast_macro )      \
1142 dsttype* dst, int dststep, CvSize size, \
1146 dsttype lut[256]; \
1257 #define ICV_DEF_CVT_SCALE_FUNC_FLT( flavor, dsttype, cast_macro ) \
1260 dsttype* dst, int dststep, CvSize size, \
1264 dsttype lut[256]; \
1274 lut[i] = (dsttype)val; \
1289 lut[i] = (dsttype)((schar)i*scale + shift); \
1379 #define ICV_DEF_CVT_FUNC_2D( flavor, dsttype, worktype, cast_macro2, \
1388 dsttype* dst, int dststep, \
1546 int dsttype;
1551 dsttype = iterator.hdr[1]->type;
1563 CvCvtFunc func = (CvCvtFunc)(cvt_tab.fn_2d[CV_MAT_DEPTH(dsttype)]);
1578 (CvCvtScaleFunc)(cvtscale_tab.fn_2d[CV_MAT_DEPTH(dsttype)]);