Home | History | Annotate | Download | only in src

Lines Matching full:patchlen

308     int patchLen = patchSize.width * patchSize.height;
417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount;
422 _patchI[i] = i == 0 ? (float*)buffer : _Iy[i-1] + patchLen;
424 _Ix[i] = _patchJ[i] + patchLen;
425 _Iy[i] = _Ix[i] + patchLen;
697 int patchLen = patchSize.width * patchSize.height;
770 bufferBytes = (srcPatchLen + patchLen*3)*sizeof(patchI[0]) + (36*2 + 6)*sizeof(double);
779 Ix = patchJ + patchLen;
780 Iy = Ix + patchLen;