Lines Matching refs:borderMode
68 … int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
74 … int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
183 …rray _src, OutputArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar borderVa… in warpAffine() argument
194 …rt( borderMode == BORDER_REFLECT101 || borderMode == BORDER_REPLICATE || borderMode == BORDER_CONS… in warpAffine()
243 …bool useNpp = borderMode == BORDER_CONSTANT && ofs.x == 0 && ofs.y == 0 && useNppTab[src.depth()][… in warpAffine()
287 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20); in warpAffine()
318 …dst, interpolation, borderMode, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSup… in warpAffine()
322 …rray _src, OutputArray _dst, InputArray _M, Size dsize, int flags, int borderMode, Scalar borderVa… in warpPerspective() argument
333 …rt( borderMode == BORDER_REFLECT101 || borderMode == BORDER_REPLICATE || borderMode == BORDER_CONS… in warpPerspective()
382 …bool useNpp = borderMode == BORDER_CONSTANT && ofs.x == 0 && ofs.y == 0 && useNppTab[src.depth()][… in warpPerspective()
426 int borderMode, const float* borderValue, cudaStream_t stream, bool cc20); in warpPerspective()
457 …dst, interpolation, borderMode, borderValueFloat.val, StreamAccessor::getStream(stream), deviceSup… in warpPerspective()