Searched refs:matL (Results 1 - 6 of 6) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Mat2D.c83 struct bts_Int16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 }; local
84 return matL;
93 struct bts_Int16Mat2D matL; local
94 matL.xxE = cL;
95 matL.xyE = -sL;
96 matL.yxE = sL;
97 matL.yyE = cL;
98 matL.bbpE = 14;
99 return matL;
106 struct bts_Int16Mat2D matL local
146 struct bts_Int16Mat2D matL; local
[all...]
H A DFlt16Mat3D.c144 struct bts_Flt16Mat3D matL = { 1 << 14, 0, 0, 0, 1 << 14, 0, 0, 0, 1 << 14, 14 }; local
145 return matL;
152 struct bts_Flt16Mat3D matL = bts_Flt16Mat3D_createIdentity(); local
153 bts_Flt16Mat3D_scale( &matL, scaleA, scaleBbpA );
154 return matL;
164 struct bts_Flt16Mat3D matL; local
165 matL.xxE = xxA;
166 matL.xyE = xyA;
167 matL.xzE = xzA;
168 matL
185 struct bts_Flt16Mat3D matL; local
[all...]
H A DFlt16Mat2D.c184 struct bts_Flt16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 }; local
185 return matL;
194 struct bts_Flt16Mat2D matL; local
195 matL.xxE = cL;
196 matL.xyE = -sL;
197 matL.yxE = sL;
198 matL.yyE = cL;
199 matL.bbpE = 14;
200 return matL;
207 struct bts_Flt16Mat2D matL local
216 struct bts_Flt16Mat2D matL = bts_Flt16Mat2D_createRotation( angleA ); local
225 struct bts_Flt16Mat2D matL; local
238 struct bts_Flt16Mat2D matL; local
384 struct bts_Flt16Mat2D matL = *ptrA; local
[all...]
H A DInt32Mat.c246 int32* matL = matA; local
271 int32* rowL = matL + ( iL * sizeL );
304 int32* row1PtrL = matL + ( iPivL * sizeL );
305 int32* row2PtrL = matL + ( jPivL * sizeL );
333 int32* ptrL = matL;
355 pivRowL = matL + jPivL * sizeL;
387 int32* rowPtrL = matL + iL * sizeL;
450 if( sizeL <= 5 ) bts_Int32Mat_print( matL, vecL, sizeL, bbpL );
/external/opencv3/modules/shape/src/
H A Dtps_trans.cpp252 Mat matL=Mat::zeros((int)matches.size()+3,(int)matches.size()+3,CV_32F); local
253 Mat matLroi(matL, Rect(0,0,(int)matches.size(),(int)matches.size())); //roi for K
255 matLroi = Mat(matL,Rect((int)matches.size(),0,3,(int)matches.size())); //roi for P
259 matLroi = Mat(matL,Rect(0,(int)matches.size(),(int)matches.size(),3)); //roi for P'
271 solve(matL, matB, tpsParameters, DECOMP_LU);
272 //tpsParameters = matL.inv()*matB;
/external/opencv3/modules/calib3d/src/
H A Dcalibration.cpp929 Ptr<CvMat> matM, _Mxy, _m, _mn, matL;
1058 matL.reset(cvCreateMat( 2*count, 12, CV_64F ));
1059 L = matL->data.db;
1080 cvMulTransposed( matL, &_LL, 1 );

Completed in 301 milliseconds