Home
last modified time | relevance | path

Searched refs:VEC_ALIGN (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfilter.cpp159 #define VEC_ALIGN CV_MALLOC_ALIGN macro
187 constBorderRow.resize(getElemSize(bufType)*(maxWidth + ksize.width - 1 + VEC_ALIGN)); in start()
188 uchar *dst = alignPtr(&constBorderRow[0], VEC_ALIGN), *tdst; in start()
205 (!isSeparable() ? ksize.width - 1 : 0),VEC_ALIGN); in start()
206 ringBuf.resize(maxBufStep*rows.size()+VEC_ALIGN); in start()
223 … uchar* dst = isSeparable() ? &srcRow[0] : alignPtr(&ringBuf[0],VEC_ALIGN) + bufStep*i; in start()
329 uchar* brow = alignPtr(&ringBuf[0], VEC_ALIGN) + bi*bufStep; in proceed()
371 brows[i] = alignPtr(&constBorderRow[0], VEC_ALIGN); in proceed()
378 brows[i] = alignPtr(&ringBuf[0], VEC_ALIGN) + bi*bufStep; in proceed()