Home
last modified time | relevance | path

Searched refs:_m2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dglobal-merge-ignore-single-use-minsize.ll28 ; CHECK-NEXT: adrp x8, _m2@PAGE
30 ; CHECK-NEXT: str w0, [x8, _m2@PAGEOFF]
72 ; CHECK-DAG: .zerofill __DATA,__bss,_m2,4,2
/external/opencv/cv/src/
Dcvfundam.cpp683 int CvFMEstimator::run7Point( const CvMat* _m1, const CvMat* _m2, CvMat* _fmatrix ) in run7Point() argument
694 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr; in run7Point()
791 int CvFMEstimator::run8Point( const CvMat* _m1, const CvMat* _m2, CvMat* _fmatrix ) in run8Point() argument
803 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr; in run8Point()
913 void CvFMEstimator::computeReprojError( const CvMat* _m1, const CvMat* _m2, in computeReprojError() argument
918 const CvPoint2D64f* m2 = (const CvPoint2D64f*)_m2->data.ptr; in computeReprojError()
Dcvcalibration.cpp2407 CvMat* _m2 = 0; in cvStereoRectifyUncalibrated() local
2440 _m2 = cvCreateMat( _points2->rows, _points2->cols, CV_64FC(CV_MAT_CN(_points2->type)) ); in cvStereoRectifyUncalibrated()
2458 cvConvert( _points2, _m2 ); in cvStereoRectifyUncalibrated()
2463 m2 = (CvPoint2D64f*)_m2->data.ptr; in cvStereoRectifyUncalibrated()
2470 cvComputeCorrespondEpilines( _m2, 2, &F, _lines2 ); in cvStereoRectifyUncalibrated()
2497 _m1->cols = _m2->cols = npoints; in cvStereoRectifyUncalibrated()
2566 cvPerspectiveTransform( _m2, _m2, &H2 ); in cvStereoRectifyUncalibrated()
2574 cvReshape( _m2, &BxBy, 1, npoints ); in cvStereoRectifyUncalibrated()
2607 cvReleaseMat( &_m2 ); in cvStereoRectifyUncalibrated()