Lines Matching refs:GpuMat
55 void divMat(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, const GpuMat&, double scale, Strea…
56 void divMat_8uc4_32f(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, Stream& stream);
57 void divMat_16sc4_32f(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, Stream& stream);
104 …void divMatImpl(const GpuMat& src1, const GpuMat& src2, const GpuMat& dst, double scale, Stream& s… in divMatImpl()
120 void divMat(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, const GpuMat&, double scale, Strea… in divMat() argument
122 …typedef void (*func_t)(const GpuMat& src1, const GpuMat& src2, const GpuMat& dst, double scale, St… in divMat()
195 GpuMat src1_ = src1.reshape(1); in divMat()
196 GpuMat src2_ = src2.reshape(1); in divMat()
197 GpuMat dst_ = dst.reshape(1); in divMat()
232 void divMat_8uc4_32f(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, Stream& stream) in divMat_8uc4_32f()
237 void divMat_16sc4_32f(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, Stream& stream) in divMat_16sc4_32f()