Lines Matching refs:ippAnchor
1335 Point ocvAnchor, ippAnchor;1338 ippAnchor.x = ksize.width / 2 - (ksize.width % 2 == 0 ? 1 : 0);1339 ippAnchor.y = ksize.height / 2 - (ksize.height % 2 == 0 ? 1 : 0);1343 ippBorderType == BORDER_CONSTANT) && ocvAnchor == ippAnchor &&