OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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