Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

111 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi,
112 uchar* dst, int dststep, CvSize dstroi,
113 int top, int left, int cn, const uchar* )
201 icvCopyReflect101Border_8u( const uchar* src, int srcstep, CvSize srcroi,
202 uchar* dst, int dststep, CvSize dstroi,
318 const uchar* s = dst + i*dststep;
319 uchar* d = dst + (j+top)*dststep;
334 icvCopyConstBorder_8u( const uchar* src, int srcstep, CvSize srcroi,
335 uchar* dst, int dststep, CvSize dstroi,
336 int top, int left, int cn, const uchar* value )
410 uchar v0 = value[0];
532 offset.y, offset.x, pix_size, (uchar*)buf );