Searched refs:Vec4s (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/cudaarithm/test/
H A Dtest_element_operations.cpp818 const cv::Vec4s* mat1_row = mat1.ptr<cv::Vec4s>(y);
820 const cv::Vec4s* dst_row = h_dst.ptr<cv::Vec4s>(y);
824 cv::Vec4s val1 = mat1_row[x];
826 cv::Vec4s actual = dst_row[x];
828 cv::Vec4s gold;
1185 const cv::Vec4s* mat1_row = mat1.ptr<cv::Vec4s>(y);
1187 const cv::Vec4s* dst_ro
[all...]
/external/opencv3/modules/core/test/
H A Dtest_mat.cpp689 Scalar(B.at<Vec4s>(idx0[0], idx0[1], idx0[2])) != val1 ||
690 Scalar(B.at<Vec4s>(idx1[0], idx1[1], idx1[2])) != -val1 ||
/external/opencv3/modules/core/include/opencv2/core/
H A Dmat.hpp2096 typedef Mat_<Vec4s> Mat4s;
H A Dmatx.hpp363 typedef Vec<short, 4> Vec4s; typedef in namespace:cv

Completed in 527 milliseconds