HomeSort by relevance Sort by last modified time
    Searched refs:bufStep (Results 1 - 4 of 4) 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/
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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 138 bufStep RN 9

Completed in 314 milliseconds