Home
last modified time | relevance | path

Searched refs:_sumstep (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dsumpixels.cpp78 int * sum, size_t _sumstep, in operator ()()
96 int * prev_sum_row = (int *)((uchar *)sum + _sumstep * i) + 1; in operator ()()
97 int * sum_row = (int *)((uchar *)sum + _sumstep * (i + 1)) + 1; in operator ()()
148 void integral_( const T* src, size_t _srcstep, ST* sum, size_t _sumstep, in integral_() argument
155 sum, _sumstep, in integral_()
162 int sumstep = (int)(_sumstep/sizeof(ST)); in integral_()
/external/opencv3/modules/objdetect/src/opencl/
Dcascadedetect.cl75 int _sumstep, int sumoffset,
89 int sumstep = (int)(_sumstep/sizeof(int));
370 int _sumstep, int sumoffset,
387 int sumstep = (int)(_sumstep/sizeof(int));
458 int _sumstep, int sumoffset,
473 int sumstep = (int)(_sumstep/sizeof(int));
/external/opencv3/modules/objdetect/src/
Dhaar.cpp1425 size_t _sumstep, const int** _p, const int** _pq, in HaarDetectObjects_ScaleCascade_Invoker() argument
1432 sumstep = _sumstep; in HaarDetectObjects_ScaleCascade_Invoker()