Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkColorMatrix.cpp71 const SkColorMatrix& matB) { in setConcat() argument
75 if (&matA == this || &matB == this) { in setConcat()
80 const SkScalar* b = matB.fMat; in setConcat()
/external/opencv/cvaux/src/
Dcvepilines.cpp2427 CvMat matB = cvMat( 8, 1, CV_64F, b ); in icvComputePerspectiveCoeffs() local
2431 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX )); in icvComputePerspectiveCoeffs()
2567 CvMat matB = cvMat( 8, 1, CV_64F, b ); in cvInitPerspectiveTransform() local
2571 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX )); in cvInitPerspectiveTransform()