Searched refs:int_arithm (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | filter.cpp | 4191 int borderType, int ddepth, bool fast8uc1, bool int_arithm) in ocl_sepRowFilter2D() argument 4232 int_arithm ? " -D INTEGER_ARITHMETIC" : ""); in ocl_sepRowFilter2D() 4260 …ter2D(const UMat & buf, UMat & dst, const Mat & kernelY, double delta, int anchor, bool int_arithm) in ocl_sepColFilter2D() argument 4289 int_arithm ? " -D INTEGER_ARITHMETIC" : ""); in ocl_sepColFilter2D() 4308 … double delta, int borderType, int ddepth, int bdepth, bool int_arithm) in ocl_sepFilter2D_SinglePass() argument 4341 cn, 2*shift_bits, int_arithm ? " -D INTEGER_ARITHMETIC" : ""); in ocl_sepFilter2D_SinglePass() 4395 bool int_arithm = false; in ocl_sepFilter2D() local 4413 int_arithm = true; in ocl_sepFilter2D() 4423 … borderType & ~BORDER_ISOLATED, ddepth, bdepth, int_arithm), true) in ocl_sepFilter2D() 4435 if (!ocl_sepRowFilter2D(src, buf, kernelX, anchor.x, borderType, ddepth, fast8uc1, int_arithm)) in ocl_sepFilter2D() [all …]
|