Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

158       CvSize size, int bordertype, uchar bordervalue, void* buffer );
167 uchar bordervalue, void* buffer );
296 uchar* src_ptr = src->data.ptr;
297 uchar* dst_ptr = dst->data.ptr;
353 static void icvLaplaceRow_8u32s( const uchar* src, int* dst, void* params );
354 static void icvLaplaceRow_8u32f( const uchar* src, float* dst, void* params );
539 ICV_LAPLACE_ROW( 8u32s, uchar, int, CV_NOP )
540 ICV_LAPLACE_ROW( 8u32f, uchar, float, CV_8TO32F )
837 uchar* src_ptr = src->data.ptr;
838 uchar* dst_ptr = dst->data.ptr;