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

  /external/opencv/cv/src/
cvpyramids.cpp 441 int bufStep;
452 bufStep = 2*roiWidth*channels;
455 bufStep *= sizeof(double);
457 bufStep *= sizeof(int);
459 *bufSize = bufStep * PU_SZ;
468 int bufStep;
479 bufStep = 2*roiWidth*channels;
482 bufStep *= sizeof(double);
484 bufStep *= sizeof(int);
486 *bufSize = bufStep * (PD_SZ + 1)
    [all...]
  /external/opencv3/modules/imgproc/src/
pyramids.cpp 859 int bufstep = (int)alignSize(dsize.width*cn, 16); local
983 int bufstep = (int)alignSize((dsize.width+1)*cn, 16); local
    [all...]
demosaicing.cpp 933 int i, bufstep = N7*bcn; local
    [all...]
filterengine.hpp 268 int bufStep;
filter.cpp 74 bufStep = startY = startY0 = endY = rowCount = dstY = 0;
145 maxWidth = bufStep = 0;
209 // adjust bufstep so that the used part of the ring buffer stays compact in memory
210 bufStep = bufElemSize*(int)alignSize(roi.width + (!isSeparable() ? ksize.width - 1 : 0),16);
223 uchar* dst = isSeparable() ? &srcRow[0] : alignPtr(&ringBuf[0],VEC_ALIGN) + bufStep*i;
329 uchar* brow = alignPtr(&ringBuf[0], VEC_ALIGN) + bi*bufStep;
378 brows[i] = alignPtr(&ringBuf[0], VEC_ALIGN) + bi*bufStep;
    [all...]
imgwarp.cpp 1712 int bufstep = (int)alignSize(dsize.width, 16); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 138 bufStep RN 9

Completed in 3112 milliseconds