Home | History | Annotate | Download | only in src

Lines Matching refs:dsttype

145 #define  ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \
149 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \
200 dst[j] = (dsttype)cast_macro2(s0); \
201 dst[j+1] = (dsttype)cast_macro2(s1); \
211 dst[j] = (dsttype)cast_macro2(s0); \
234 dst[j] = (dsttype)cast_macro2(s0); \
244 dst[j] = (dsttype)cast_macro2(s0); \
252 dst[j] = (dsttype)cast_macro2(s0); \
264 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, worktype, \
268 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \
301 dsttype)(s0 + mul_macro( b, (s1 - s0))); \
307 dst[j*3+1] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
313 dst[j*3+2] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
335 dst[j*3] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
339 dst[j*3+1] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
343 dst[j*3+2] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
352 dst[j*3] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
358 dst[j*3+1] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
364 dst[j*3+2] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
371 dst[j*3] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
375 dst[j*3+1] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
379 dst[j*3+2] = (dsttype)(s0 + mul_macro( b, (s1 - s0))); \
600 #define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC( flavor, srctype, dsttype, \
605 dsttype *dst, int dst_step, CvSize win_size, const float *matrix ) \
614 dst_step /= sizeof(dsttype); \
676 #define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, \
681 dsttype *dst, int dst_step, CvSize win_size, const float *matrix ) \
690 dst_step /= sizeof(dsttype); \
777 #define dsttype uchar
783 #undef dsttype