Searched refs:sqofs (Results 1 – 6 of 6) sorted by relevance
48 int sqofs; member
666 sqofs = hasTiltedFeatures ? sbufSize.area() * 2 : sbufSize.area(); in computeChannels()672 int sqy = sy + (sqofs / sbufSize.width); in computeChannels()693 Mat sqsum(s.szi, CV_32S, sum.ptr<int>() + sqofs, sbuf.step); in computeChannels()737 const int* pq = (const int*)(pwin + sqofs); in setWindow()784 return sqofs; in getSquaresOffset()1148 int sqofs = haar->getSquaresOffset(); in ocl_detectMultiScaleNoGrouping() local1161 normrect, sqofs, data.origWinSize); in ocl_detectMultiScaleNoGrouping()1423 hf.sqofs = heval.sqofs; in setHaarVars()
388 int tofs, sqofs; member in cv::HaarEvaluator
20 sc->set_sqofs(hf.sqofs); in initInnerLoop()
42 int sqofs;
82 int4 normrect, int sqofs, int2 windowsize)163 __global const int* psqsum = (__global const int*)(psum1 + sqofs);