Home
last modified time | relevance | path

Searched refs:left_mat (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcv_feature_match.cpp225 cv::Mat left_mat, right_mat; in optical_flow_feature_match() local
236 left_mat = left_umat.getMat (cv::ACCESS_READ); in optical_flow_feature_match()
239 left_img = cv::_InputArray (left_mat); in optical_flow_feature_match()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12572 tcu::Matrix<glw::GLdouble, Rows, 1> left_mat; in outerProduct() local
12578 left_mat(i, 0) = left[i]; in outerProduct()
12586 result = left_mat * right_mat; in outerProduct()