Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilter.cpp230 int xofs1 = std::min(roi.x, anchor.x) - roi.x; in start() local
237 int p0 = (borderInterpolate(i-dx1, wholeWidth, rowBorderType) + xofs1)*btab_esz; in start()
244 … int p0 = (borderInterpolate(wholeWidth + i, wholeWidth, rowBorderType) + xofs1)*btab_esz; in start()
310 int xofs1 = std::min(roi.x, anchor.x); in proceed() local
315 src -= xofs1*esz; in proceed()