HomeSort by relevance Sort by last modified time
    Searched full:_src1 (Results 1 - 20 of 20) sorted by null

  /external/opencv3/modules/cudaarithm/src/cuda/
norm.cu 61 void normDiffInf(const GpuMat& _src1, const GpuMat& _src2, GpuMat& _dst, Stream& stream)
63 const GpuMat_<uchar>& src1 = (const GpuMat_<uchar>&) _src1;
70 void normDiffL1(const GpuMat& _src1, const GpuMat& _src2, GpuMat& _dst, Stream& stream)
72 const GpuMat_<uchar>& src1 = (const GpuMat_<uchar>&) _src1;
79 void normDiffL2(const GpuMat& _src1, const GpuMat& _src2, GpuMat& _dst, Stream& stream)
81 const GpuMat_<uchar>& src1 = (const GpuMat_<uchar>&) _src1;
93 void cv::cuda::calcNormDiff(InputArray _src1, InputArray _src2, OutputArray _dst, int normType, Stream& stream)
95 typedef void (*func_t)(const GpuMat& _src1, const GpuMat& _src2, GpuMat& _dst, Stream& stream);
101 GpuMat src1 = getInputMat(_src1, stream);
116 double cv::cuda::norm(InputArray _src1, InputArray _src2, int normType
    [all...]
mul_spectrums.cu 122 void cv::cuda::mulSpectrums(InputArray _src1, InputArray _src2, OutputArray _dst, int flags, bool conjB, Stream& stream)
126 GpuMat src1 = getInputMat(_src1, stream);
142 void cv::cuda::mulAndScaleSpectrums(InputArray _src1, InputArray _src2, OutputArray _dst, int flags, float scale, bool conjB, Stream& stream)
146 GpuMat src1 = getInputMat(_src1, stream);
add_weighted.cu 99 void cv::cuda::addWeighted(InputArray _src1, double alpha, InputArray _src2, double beta, double gamma, OutputArray _dst, int ddepth, Stream& stream)
561 GpuMat src1 = getInputMat(_src1, stream);
  /external/opencv3/modules/imgproc/src/
blend.cpp 56 BlendLinearInvoker(const Mat & _src1, const Mat & _src2, const Mat & _weights1,
58 src1(&_src1), src2(&_src2), weights1(&_weights1), weights2(&_weights2), dst(&_dst)
96 static bool ocl_blendLinear( InputArray _src1, InputArray _src2, InputArray _weights1, InputArray _weights2, OutputArray _dst )
98 int type = _src1.type(), depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type);
107 UMat src1 = _src1.getUMat(), src2 = _src2.getUMat(), weights1 = _weights1.getUMat(),
122 void cv::blendLinear( InputArray _src1, InputArray _src2, InputArray _weights1, InputArray _weights2, OutputArray _dst )
124 int type = _src1.type(), depth = CV_MAT_DEPTH(type);
125 Size size = _src1.size();
134 ocl_blendLinear(_src1, _src2, _weights1, _weights2, _dst))
136 Mat src1 = _src1.getMat(), src2 = _src2.getMat(), weights1 = _weights1.getMat()
    [all...]
accum.cpp     [all...]
phasecorr.cpp 491 cv::Point2d cv::phaseCorrelate(InputArray _src1, InputArray _src2, InputArray _window, double* response)
493 Mat src1 = _src1.getMat();
  /external/opencv3/modules/cudaarithm/src/
element_operations.cpp 98 void arithm_op(InputArray _src1, InputArray _src2, OutputArray _dst, InputArray _mask, double scale, int dtype, Stream& stream,
101 const int kind1 = _src1.kind();
110 src1 = getInputMat(_src1, stream);
118 scalar = _src1.getMat();
196 void cv::cuda::multiply(InputArray _src1, InputArray _src2, OutputArray _dst, double scale, int dtype, Stream& stream)
198 if (_src1.type() == CV_8UC4 && _src2.type() == CV_32FC1)
200 GpuMat src1 = getInputMat(_src1, stream);
211 else if (_src1.type() == CV_16SC4 && _src2.type() == CV_32FC1)
213 GpuMat src1 = getInputMat(_src1, stream);
226 arithm_op(_src1, _src2, _dst, GpuMat(), scale, dtype, stream, mulMat, mulScalar)
    [all...]
arithm.cpp 157 void cv::cuda::gemm(InputArray _src1, InputArray _src2, double alpha, InputArray _src3, double beta, OutputArray _dst, int flags, Stream& stream)
160 (void) _src1;
172 GpuMat src1 = getInputMat(_src1, stream);
  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 135 static void fs_downsample_level0(fs_ctx *_ctx, const unsigned char *_src1,
158 dst1[j * w + i] = _src1[j0 * _s1ystride + i0]
159 + _src1[j0 * _s1ystride + i1] + _src1[j1 * _s1ystride + i0]
160 + _src1[j1 * _s1ystride + i1];
  /external/opencv/cv/src/
cvsnakes.cpp 305 CvMat _src1; local
306 cvGetSubArr( &_src, &_src1, g_roi );
308 pX.process( &_src1, &_dx );
309 pY.process( &_src1, &_dy );
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]
stat.cpp     [all...]
mathfuncs.cpp 64 static bool ocl_math_op(InputArray _src1, InputArray _src2, OutputArray _dst, int oclop)
66 int type = _src1.type(), depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type);
68 oclop == OCL_OP_PHASE_RADIANS ? 1 : ocl::predictOptimalVectorWidth(_src1, _src2, _dst);
83 UMat src1 = _src1.getUMat(), src2 = _src2.getUMat();
299 static bool ocl_cartToPolar( InputArray _src1, InputArray _src2,
303 int type = _src1.type(), depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type),
307 if ( !(_src1.dims() <= 2 && _src2.dims() <= 2 &&
320 UMat src1 = _src1.getUMat(), src2 = _src2.getUMat();
    [all...]
umatrix.cpp 855 static bool ocl_dot( InputArray _src1, InputArray _src2, double & res )
857 UMat src1 = _src1.getUMat().reshape(1), src2 = _src2.getUMat().reshape(1);
883 _src1.isContinuous() ? " -D HAVE_SRC_CONT" : "",
matmul.cpp     [all...]
dxt.cpp     [all...]
  /external/opencv3/modules/core/test/
test_dxt.cpp 246 static void convertFromCCS( const Mat& _src0, const Mat& _src1, Mat& _dst, int flags )
257 src1row = _src1.row(j);
291 const float* src1 = _src1.ptr<float>();
327 const double* src1 = _src1.ptr<double>();
  /external/opencv3/modules/superres/src/
btv_l1.cpp 304 static bool ocl_diffSign(InputArray _src1, OutputArray _src2, OutputArray _dst)
310 UMat src1 = _src1.getUMat(), src2 = _src2.getUMat();
325 void diffSign(InputArray _src1, OutputArray _src2, OutputArray _dst)
328 ocl_diffSign(_src1, _src2, _dst))
330 Mat src1 = _src1.getMat(), src2 = _src2.getMat();
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]

Completed in 1312 milliseconds