Home | History | Annotate | Download | only in src

Lines Matching refs:borderValue

4243         borderType(_borderType), borderValue(_borderValue),
4333 nnfunc( *src, dpart, bufxy, borderType, borderValue );
4468 ifunc(*src, dpart, bufxy, bufa, ctab, borderType, borderValue);
4478 Scalar borderValue;
4488 int interpolation, int borderType, const Scalar& borderValue)
4554 Mat scalar(1, 1, sctype, borderValue);
4583 ippInterpolation(_ippInterpolation), borderType(_borderType), borderValue(_borderValue), ok(_ok)
4596 !IPPSet(borderValue, dstRoi.ptr(), (int)dstRoi.step, dstRoiSize, cn, depth))
4616 Scalar borderValue;
4626 int interpolation, int borderType, const Scalar& borderValue )
4665 ocl_remap(_src, _dst, _map1, _map2, interpolation, borderType, borderValue))
4704 borderType, borderValue, &ok);
4760 borderType, borderValue, planar_input, nnfunc, ifunc,
5224 borderType(_borderType), borderValue(_borderValue), adelta(_adelta), bdelta(_bdelta),
5384 remap( src, dpart, _XY, Mat(), interpolation, borderType, borderValue );
5388 remap( src, dpart, _XY, _matA, interpolation, borderType, borderValue );
5398 Scalar borderValue;
5412 borderType(_borderType), borderValue(_borderValue), func(_func), ok(_ok)
5427 if( !IPPSet( borderValue, dataPointer, (int)dst.step[0], setSize, cnn, src.depth() ) )
5450 Scalar borderValue;
5462 Size dsize, int flags, int borderType, const Scalar& borderValue,
5519 scalarToRawData(borderValue, borderBuf, sctype);
5564 int flags, int borderType, const Scalar& borderValue )
5568 borderValue, OCL_OP_AFFINE))
5587 if( tegra::useTegra() && tegra::warpAffine(src, dst, M, flags, borderType, borderValue) )
5661 IPPWarpAffineInvoker invoker(src, dst, coeffs, mode, borderType, borderValue, ippFunc, &ok);
5681 borderValue, adelta, bdelta, M);
5696 borderType(_borderType), borderValue(_borderValue)
6014 remap( src, dpart, _XY, Mat(), interpolation, borderType, borderValue );
6018 remap( src, dpart, _XY, _matA, interpolation, borderType, borderValue );
6029 Scalar borderValue;
6041 borderType(_borderType), borderValue(_borderValue), func(_func), ok(_ok)
6057 if( !IPPSet( borderValue, dataPointer, (int)dst.step[0], setSize, cnn, src.depth() ) )
6078 const Scalar borderValue;
6088 Size dsize, int flags, int borderType, const Scalar& borderValue )
6093 ocl_warpTransform(_src, _dst, _M0, dsize, flags, borderType, borderValue,
6113 if( tegra::useTegra() && tegra::warpPerspective(src, dst, M, flags, borderType, borderValue) )
6165 IPPWarpPerspectiveInvoker invoker(src, dst, coeffs, mode, borderType, borderValue, ippFunc, &ok);
6181 WarpPerspectiveInvoker invoker(src, dst, M, interpolation, borderType, borderValue);