Searched defs:matB (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/utils/ |
H A D | SkColorMatrix.cpp | 64 const SkColorMatrix& matB) { 68 if (&matA == this || &matB == this) { 73 const SkScalar* b = matB.fMat; 63 setConcat(const SkColorMatrix& matA, const SkColorMatrix& matB) argument
|
/external/opencv/cvaux/src/ |
H A D | cvepilines.cpp | 2427 CvMat matB = cvMat( 8, 1, CV_64F, b ); local 2431 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX )); 2567 CvMat matB = cvMat( 8, 1, CV_64F, b ); 2571 CV_CALL( cvMatMulAdd( &matInvA, &matB, 0, &matX ));
|
Completed in 103 milliseconds