Home | History | Annotate | Download | only in src

Lines Matching refs:srctype

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, \
613 src_step /= sizeof(srctype); \
632 const srctype *ptr = src + src_step*iys + ixs; \
648 const srctype *ptr0, *ptr1; \
676 #define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, \
680 ( const srctype * src, int src_step, CvSize src_size, \
689 src_step /= sizeof(srctype); \
708 const srctype *ptr = src + src_step*iys + ixs*3; \
733 const srctype *ptr0, *ptr1; \
776 /*#define srctype uchar
782 #undef srctype