Home
last modified time | relevance | path

Searched refs:bitMatOp (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dbitwise_mat.cu140 …void bitMatOp(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, const GpuMat& mask, Stream& str… in bitMatOp() function
158 bitMatOp<bit_and, uint>, in bitMat()
159 bitMatOp<bit_or, uint>, in bitMat()
160 bitMatOp<bit_xor, uint> in bitMat()
164 bitMatOp<bit_and, ushort>, in bitMat()
165 bitMatOp<bit_or, ushort>, in bitMat()
166 bitMatOp<bit_xor, ushort> in bitMat()
170 bitMatOp<bit_and, uchar>, in bitMat()
171 bitMatOp<bit_or, uchar>, in bitMat()
172 bitMatOp<bit_xor, uchar> in bitMat()