Home
last modified time | relevance | path

Searched refs:right_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
237 right_mat = right_umat.getMat (cv::ACCESS_READ); in optical_flow_feature_match()
240 right_img = cv::_InputArray (right_mat); in optical_flow_feature_match()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12573 tcu::Matrix<glw::GLdouble, 1, Cols> right_mat; in outerProduct() local
12583 right_mat(0, i) = right[i]; in outerProduct()
12586 result = left_mat * right_mat; in outerProduct()