Home | History | Annotate | Download | only in src

Lines Matching refs:uchar

78     int operator()(int** src, uchar* dst, int, int width) const
297 int operator()(int** src, uchar** dst, int, int width) const
304 uchar *dst0 = dst[0], *dst1 = dst[1];
522 int operator()(int** src, uchar* dst, int, int width) const
664 int operator()(int** src, uchar** dst, int, int width) const
667 uchar *dst0 = dst[0], *dst1 = dst[1];
837 typedef PyrDownNoVec<int, uchar> PyrDownVec_32s8u;
842 typedef PyrUpNoVec<int, uchar> PyrUpVec_32s8u;
1231 func = pyrDown_<FixPtCast<uchar, 8>, PyrDownVec_32s8u>;
1308 func = pyrUp_<FixPtCast<uchar, 6>, PyrUpVec_32s8u >;
1476 uchar* ptr = 0;