Searched defs:src2_ (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | cmp_mat.cu | 119 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in cmpMatEq_v4() local 129 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in cmpMatNe_v4() local 139 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in cmpMatLt_v4() local 149 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in cmpMatLe_v4() local 196 GpuMat src2_ = psrc2[cmpop]->reshape(1); in cmpMat() local
|
D | add_mat.cu | 89 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in addMat_v2() local 108 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in addMat_v4() local 191 GpuMat src2_ = src2.reshape(1); in addMat() local
|
D | sub_mat.cu | 89 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in subMat_v2() local 108 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in subMat_v4() local 191 GpuMat src2_ = src2.reshape(1); in subMat() local
|
D | absdiff_mat.cu | 109 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in absDiffMat_v2() local 128 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in absDiffMat_v4() local 154 GpuMat src2_ = src2.reshape(1); in absDiffMat() local
|
D | minmax_mat.cu | 92 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in minMaxMat_v2() local 120 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in minMaxMat_v4() local 167 GpuMat src2_ = src2.reshape(1); in minMaxMat() local
|
D | mul_mat.cu | 182 GpuMat src2_ = src2.reshape(1); in mulMat() local
|
D | div_mat.cu | 196 GpuMat src2_ = src2.reshape(1); in divMat() local
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | transform_detail.hpp | 256 …static __global__ void transformSmart(const PtrStepSz<T1> src1_, const PtrStep<T2> src2_, PtrStep<… in transformSmart()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | transform.hpp | 220 …__global__ void transformSmart(const GlobPtr<SrcType1> src1_, const GlobPtr<SrcType2> src2_, GlobP… in transformSmart()
|