Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

48 static const uchar*
49 adjustRect( const uchar* src, size_t src_step, int pix_size,
114 uchar operator()(int a) const { return (uchar)((a + (1 << (SUBPIX_SHIFT-1))) >> SUBPIX_SHIFT); }
119 uchar operator()(float a) const { return (uchar)cvRound(a); }
185 src = (const _Tp*)adjustRect( (const uchar*)src, src_step*sizeof(*src),
220 ( const uchar* src, size_t src_step, Size src_size,
265 getRectSubPix_Cn_<uchar, float, float, nop<float>, nop<float> >
271 getQuadrangleSubPix_8u32f_CnR( const uchar* src, size_t src_step, Size src_size,
298 const uchar *ptr = src + src_step*iys;
336 const uchar *ptr0, *ptr1;
409 getRectSubPix_Cn_<uchar, uchar, int, scale_fixpt, cast_8u>
470 uchar* buffer = (uchar*)_buffer;