HomeSort by relevance Sort by last modified time
    Searched full:_patchi (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvlkpyramid.cpp 300 float* _patchI[CV_MAX_THREADS];
367 _patchI[i] = _patchJ[i] = _Ix[i] = _Iy[i] = 0;
417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount;
422 _patchI[i] = i == 0 ? (float*)buffer : _Iy[i-1] + patchLen;
423 _patchJ[i] = _patchI[i] + srcPatchLen;
459 float* patchI = _patchI[threadIdx];
    [all...]

Completed in 49 milliseconds