Searched refs:bitMat (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaarithm/src/ |
D | element_operations.cpp | 310 void bitMat(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, const GpuMat& mask, double, Stream… 316 arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_OR); in bitwise_or() 321 arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_AND); in bitwise_and() 326 arithm_op(src1, src2, dst, mask, 1.0, -1, stream, bitMat, bitScalar, BIT_OP_XOR); in bitwise_xor()
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | bitwise_mat.cu | 59 void bitMat(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, const GpuMat& mask, double, Stream… 153 void bitMat(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, const GpuMat& mask, double, Stream… in bitMat() function
|