Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DIndicClassTables.cpp48 #define _m2 (CC_SPLIT_VOWEL_PIECE_2 | CF_LENGTH_MARK) macro
97 _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _cn, _cn, _xx, _cn, // 09D0 - 09DF
145 _xx, _xx, _xx, _xx, _xx, _xx, _m2, _m2, _xx, _xx, _xx, _xx, _cn, _cn, _xx, _cn, // 0B50 - 0B5F
158 _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0BD0 - 0BDF
173 _xx, _xx, _xx, _xx, _xx, _da, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0C50 - 0C5F
190 _xx, _xx, _xx, _xx, _xx, _m3, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _ct, _xx, // 0CD0 - 0CDF
203 _xx, _xx, _xx, _xx, _xx, _xx, _xx, _m2, _xx, _xx, _xx, _xx, _xx, _xx, _xx, _xx, // 0D50 - 0D5F
/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()