Home
last modified time | relevance | path

Searched defs:srcmat (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Ddemosaicing.cpp601 Mat srcmat; member in cv::Bayer2Gray_Invoker
610 static void Bayer2Gray_( const Mat& srcmat, Mat& dstmat, int code ) in Bayer2Gray_()
871 Mat srcmat; member in cv::Bayer2RGB_Invoker
878 static void Bayer2RGB_( const Mat& srcmat, Mat& dstmat, int code ) in Bayer2RGB_()
913 static void Bayer2RGB_VNG_8u( const Mat& srcmat, Mat& dstmat, int code ) in Bayer2RGB_VNG_8u()
/external/opencv3/modules/core/src/
Dmatrix.cpp3268 reduceR_( const Mat& srcmat, Mat& dstmat ) in reduceR_()
3311 reduceC_( const Mat& srcmat, Mat& dstmat ) in reduceC_()
3379 static inline void reduceSumC_8u16u16s32f_64f(const cv::Mat& srcmat, cv::Mat& dstmat) in reduceSumC_8u16u16s32f_64f()
Dmatmul.cpp2582 MulTransposedR( const Mat& srcmat, Mat& dstmat, const Mat& deltamat, double scale ) in MulTransposedR()
2701 MulTransposedL( const Mat& srcmat, Mat& dstmat, const Mat& deltamat, double scale ) in MulTransposedL()