arithm_op 2252 modules/core/src/arithm.cpp arithm_op(src1, src2, dst, mask, dtype, getAddTab(), false, 0, OCL_OP_ADD ); arithm_op 2311 modules/core/src/arithm.cpp arithm_op(_src1, _src2, _dst, mask, dtype, getSubTab(), false, 0, OCL_OP_SUB ); arithm_op 2316 modules/core/src/arithm.cpp arithm_op(src1, src2, dst, noArray(), -1, getAbsDiffTab(), false, 0, OCL_OP_ABSDIFF); arithm_op 3695 modules/core/src/arithm.cpp arithm_op(src1, src2, dst, noArray(), dtype, getMulTab(), arithm_op 3702 modules/core/src/arithm.cpp arithm_op(src1, src2, dst, noArray(), dtype, getDivTab(), true, &scale, OCL_OP_DIV_SCALE); arithm_op 3708 modules/core/src/arithm.cpp arithm_op(src2, src2, dst, noArray(), dtype, getRecipTab(), true, &scale, OCL_OP_RECIP_SCALE); arithm_op 4144 modules/core/src/arithm.cpp arithm_op(src1, src2, dst, noArray(), dtype, getAddWeightedTab(), true, scalars, OCL_OP_ADDW); arithm_op 172 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, mask, 1.0, dtype, stream, addMat, addScalar); arithm_op 184 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, mask, 1.0, dtype, stream, subMat, subScalar); arithm_op 226 modules/cudaarithm/src/element_operations.cpp arithm_op(_src1, _src2, _dst, GpuMat(), scale, dtype, stream, mulMat, mulScalar); arithm_op 269 modules/cudaarithm/src/element_operations.cpp arithm_op(_src1, _src2, _dst, GpuMat(), scale, dtype, stream, divMat, divScalar); arithm_op 282 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, noArray(), 1.0, -1, stream, absDiffMat, absDiffScalar); arithm_op 294 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, noArray(), 1.0, CV_8U, stream, cmpMat, cmpScalar, cmpop); arithm_op 316 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_OR); arithm_op 321 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_AND); arithm_op 326 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_XOR); arithm_op 451 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, noArray(), 1.0, -1, stream, minMaxMat, minMaxScalar, MIN_OP); arithm_op 456 modules/cudaarithm/src/element_operations.cpp arithm_op(src1, src2, dst, noArray(), 1.0, -1, stream, minMaxMat, minMaxScalar, MAX_OP);