Home
last modified time | relevance | path

Searched defs:dst_ (Results 1 – 23 of 23) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dcmp_mat.cu120 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in cmpMatEq_v4() local
130 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in cmpMatNe_v4() local
140 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in cmpMatLt_v4() local
150 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in cmpMatLe_v4() local
197 GpuMat dst_ = dst.reshape(1); in cmpMat() local
Dadd_mat.cu90 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in addMat_v2() local
109 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in addMat_v4() local
192 GpuMat dst_ = dst.reshape(1); in addMat() local
Dsub_mat.cu90 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in subMat_v2() local
109 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in subMat_v4() local
192 GpuMat dst_ = dst.reshape(1); in subMat() local
Dabsdiff_mat.cu110 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in absDiffMat_v2() local
129 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in absDiffMat_v4() local
155 GpuMat dst_ = dst.reshape(1); in absDiffMat() local
Dminmax_mat.cu93 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in minMaxMat_v2() local
121 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in minMaxMat_v4() local
168 GpuMat dst_ = dst.reshape(1); in minMaxMat() local
Dmul_mat.cu183 GpuMat dst_ = dst.reshape(1); in mulMat() local
Ddiv_mat.cu197 GpuMat dst_ = dst.reshape(1); in divMat() local
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dtimelapsers.hpp75 UMat dst_; member in cv::detail::Timelapser
Dblenders.hpp89 UMat dst_, dst_mask_; member in cv::detail::Blender
/external/libvpx/libvpx/test/
Dsixtap_predict_test.cc84 static uint8_t* dst_; member in __anon00a5cd230111::SixtapPredictTest
89 uint8_t* SixtapPredictTest::dst_ = NULL; member in __anon00a5cd230111::SixtapPredictTest
Dvp9_intrapred_test.cc85 uint16_t *dst_; member in __anon0ed306a70111::VP9IntraPredBase
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp208 …static __global__ void transformSmart(const PtrStepSz<T> src_, PtrStep<D> dst_, const Mask mask, c… in transformSmart()
256 …__global__ void transformSmart(const PtrStepSz<T1> src1_, const PtrStep<T2> src2_, PtrStep<D> dst_, in transformSmart()
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dtransform.hpp185 …__global__ void transformSmart(const GlobPtr<SrcType> src_, GlobPtr<DstType> dst_, const UnOp op, … in transformSmart()
220 …art(const GlobPtr<SrcType1> src1_, const GlobPtr<SrcType2> src2_, GlobPtr<DstType> dst_, const Bin… in transformSmart()
/external/webrtc/webrtc/p2p/base/
Dturnserver.h55 rtc::SocketAddress dst_; variable
/external/v8/src/
Ddate.h266 DST dst_[kDSTSize]; variable
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp67 Mat& dst_; member
Dfast_nlmeans_multi_denoising_invoker.hpp70 Mat& dst_; member
/external/webp/src/utils/
Dquant_levels_dec.c49 uint8_t* dst_; // output pointer member
/external/opencv3/modules/imgproc/src/
Dclahe.cpp268 mutable cv::Mat dst_; member in __anon663f12300111::CLAHE_Interpolation_Body
Ddemosaicing.cpp1651 Mat dst_ = _dst.getMat(); in demosaicing() local
Dhistogram.cpp3562 cv::Mat& dst_; member in EqualizeHistLut_Invoker
Dcolor.cpp6493 Mat* const dst_; member
/external/opencv3/modules/core/src/
Dconvert.cpp5770 Mat& dst_; member in cv::ipp::IppLUTParallelBody_LUTCN
5871 Mat& dst_; member in cv::LUTParallelBody