Lines Matching refs:uchar
70 struct Integral_SIMD<uchar, int, double>
77 bool operator()(const uchar * src, size_t _srcstep,
95 const uchar * src_row = src + _srcstep * i;
96 int * prev_sum_row = (int *)((uchar *)sum + _sumstep * i) + 1;
97 int * sum_row = (int *)((uchar *)sum + _sumstep * (i + 1)) + 1;
320 DEF_INTEGRAL_FUNC(8u32s, uchar, int, double)
321 DEF_INTEGRAL_FUNC(8u32s32s, uchar, int, int)
322 DEF_INTEGRAL_FUNC(8u32f64f, uchar, float, double)
323 DEF_INTEGRAL_FUNC(8u64f64f, uchar, double, double)
330 DEF_INTEGRAL_FUNC(8u32s32f, uchar, int, float)
331 DEF_INTEGRAL_FUNC(8u32f32f, uchar, float, float)
334 typedef void (*IntegralFunc)(const uchar* src, size_t srcstep, uchar* sum, size_t sumstep,
335 uchar* sqsum, size_t sqsumstep, uchar* tilted, size_t tstep,