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

  /external/opencv3/modules/imgproc/src/
filter.cpp 232 int btab_esz = borderElemSize, wholeWidth = wholeSize.width;
237 int p0 = (borderInterpolate(i-dx1, wholeWidth, rowBorderType) + xofs1)*btab_esz;
244 int p0 = (borderInterpolate(wholeWidth + i, wholeWidth, rowBorderType) + xofs1)*btab_esz;
    [all...]

Completed in 2154 milliseconds