/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Alt2D.c | 44 bts_Flt16Mat2D_init( &ptrA->matE ); 52 bts_Flt16Mat2D_exit( &ptrA->matE ); 70 bts_Flt16Mat2D_copy( &ptrA->matE, &srcPtrA->matE ); 78 if( ! bts_Flt16Mat2D_equal( &ptrA->matE, &srcPtrA->matE ) ) return FALSE; 157 altL.matE = bts_Flt16Mat2D_createRotation( angleA ); 158 altL.vecE = bts_Flt16Vec2D_sub( *centerPtrA, bts_Flt16Mat2D_mapFlt( &altL.matE, centerPtrA ) ); 169 altL.matE = bts_Flt16Mat2D_createScale( scaleA, scaleBbpA ); 170 altL.vecE = bts_Flt16Vec2D_sub( *centerPtrA, bts_Flt16Mat2D_mapFlt( &altL.matE, centerPtrA ) ) [all...] |
Flt16Alt3D.c | 44 bts_Flt16Mat3D_init( &ptrA->matE ); 52 bts_Flt16Mat3D_exit( &ptrA->matE ); 143 altL.matE = bts_Flt16Mat3D_createScale( scaleA, scaleBbpA ); 144 altL.vecE = bts_Flt16Vec3D_sub( *centerPtrA, bts_Flt16Mat3D_mapFlt( &altL.matE, centerPtrA ) ); 154 altL.matE = *matPtrA; 155 altL.vecE = bts_Flt16Vec3D_sub( *centerPtrA, bts_Flt16Mat3D_mapFlt( &altL.matE, centerPtrA ) ); 169 altL.matE = bts_Flt16Mat3D_create16( xxA, xyA, xzA, 188 altL.matE = bts_Flt16Mat3D_create32( xxA, xyA, xzA, 202 struct bts_Flt16Vec3D vecL = bts_Flt16Mat3D_mapFlt( &altPtrA->matE, vecPtrA ); 227 altL.matE = bts_Flt16Mat3D_mul( &alt1PtrA->matE, &alt2PtrA->matE ) [all...] |
CompactAlt.c | 46 bts_CompactMat_init( cpA, &ptrA->matE ); 56 bts_CompactMat_exit( cpA, &ptrA->matE ); 94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); 106 bts_CompactMat_copy( cpA, &ptrA->matE, &srcPtrA->matE ); 126 + bts_CompactMat_memSize( cpA, &ptrA->matE ) 140 memPtrA += bts_CompactMat_memWrite( cpA, &ptrA->matE, memPtrA ); 157 memPtrA += bts_CompactMat_memRead( cpA, &ptrA->matE, memPtrA, mspA ); 188 uint32 sizeL = ptrA->matE.heightE; 192 bts_CompactMat_map( cpA, &ptrA->matE, inVecA, outVecA, &mapExpL ) [all...] |
Mat.c | 48 bts_CompactMat_init( cpA, &ptrA->matE ); 56 bts_CompactMat_exit( cpA, &ptrA->matE ); 75 bts_CompactMat_copy( cpA, &ptrA->matE, &srcPtrA->matE ); 121 memSizeL += bts_CompactMat_memSize( cpA, &ptrA->matE ); 136 memPtrA += bts_CompactMat_memWrite( cpA, &ptrA->matE, memPtrA ); 155 memPtrA += bts_CompactMat_memRead( cpA, &ptrA->matE, memPtrA, espL ); 185 if( inVecPtrA->arrE.sizeE != ptrL->matE.widthE ) 191 if( outVecPtrA->arrE.allocatedSizeE < ptrL->matE.heightE ) 197 bts_Flt16Vec_size( cpA, outVecPtrA, ptrL->matE.heightE ) [all...] |
Cluster3D.c | 332 int32 shiftL = altA.matE.bbpE + ptrA->bbpE - altA.vecE.bbpE; 347 if( altA.matE.bbpE > 0 ) 349 x0L += (int32)1 << ( altA.matE.bbpE - 1 ); 350 y0L += (int32)1 << ( altA.matE.bbpE - 1 ); 351 z0L += (int32)1 << ( altA.matE.bbpE - 1 ); 359 vecPtrL->xE = ( x0L + xL * altA.matE.xxE + yL * altA.matE.xyE + zL * altA.matE.xzE ) >> altA.matE.bbpE; 360 vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.bbpE [all...] |
Alt.c | 183 if( inVecPtrA->arrE.sizeE != ptrL->altE.matE.widthE ) 189 if( outVecPtrA->arrE.allocatedSizeE < ptrL->altE.matE.heightE ) 195 bts_Flt16Vec_size( cpA, outVecPtrA, ptrL->altE.matE.heightE );
|
CompactAlt.h | 48 struct bts_CompactMat matE;
|
Mat.h | 52 struct bts_CompactMat matE;
|
RBFMap2D.h | 85 struct bts_Int32Mat matE;
|
RBFMap2D.c | 53 bts_Int32Mat_init( cpA, &ptrA->matE ); 73 bts_Int32Mat_exit( cpA, &ptrA->matE ); 142 bts_Int32Mat_create( cpA, &ptrA->matE, sizeA, mspA ); 203 ptrA->matE.widthE = sizeL; 220 int32* ptrL = ptrA->matE.arrE.arrPtrE + iL * sizeL; 250 int32* basePtrL = ptrA->matE.arrE.arrPtrE; 286 ptrA->matE.arrE.arrPtrE, 319 ptrA->matE.arrE.arrPtrE, 405 bts_Int32Mat_create( cpA, &ptrA->matE, ptrA->srcClusterE.sizeE, mspA );
|
Flt16Alt2D.h | 44 struct bts_Flt16Mat2D matE;
|
Flt16Alt3D.h | 44 struct bts_Flt16Mat3D matE;
|
Cluster2D.c | 611 altL.matE = bts_Flt16Mat2D_createScale( factor32L, bbp_scaleL ); 793 altL.matE = bts_Flt16Mat2D_create32( cL, -rL, rL, cL, bbp_crL ); 797 altL.matE = bts_Flt16Mat2D_create32( cL, rL, -rL, cL, bbp_crL ); 801 altL.matE = bts_Flt16Mat2D_create32( -cL, -rL, rL, -cL, bbp_crL ); 805 altL.matE = bts_Flt16Mat2D_create32( -cL, rL, -rL, -cL, bbp_crL ); 819 bts_Flt16Mat2D_scale( &altL.matE, scaleL, bbp_scaleL ); 820 cpMappedL = bts_Flt16Mat2D_mapFlt( &altL.matE, &cpL ); 974 altL.matE = bts_Flt16Mat2D_create32( xxL, xyL, yxL, yyL, bbp_enumL ); 977 cpMappedL = bts_Flt16Mat2D_mapFlt( &altL.matE, &cpL );
|
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16ByteImage.c | 383 shiftL = invAlt2DL.matE.bbpE - bbpL; 386 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL; 387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL; 388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; 389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL; 395 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || 396 invAlt2DL.matE.xyE > maxInt32Value8bbpL || 397 invAlt2DL.matE.yxE > maxInt32Value8bbpL || 398 invAlt2DL.matE.yyE > maxInt32Value8bbpL ) 403 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE [all...] |
UInt8Image.c | 569 shiftL = invAlt2DL.matE.bbpE - bbpL; 572 mxxL = invAlt2DL.matE.xxE >> shiftL; 573 mxyL = invAlt2DL.matE.xyE >> shiftL; 574 myxL = invAlt2DL.matE.yxE >> shiftL; 575 myyL = invAlt2DL.matE.yyE >> shiftL; 581 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || 582 invAlt2DL.matE.xyE > maxInt32Value8bbpL || 583 invAlt2DL.matE.yxE > maxInt32Value8bbpL || 584 invAlt2DL.matE.yyE > maxInt32Value8bbpL ) 589 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE [all...] |
Functions.c | 101 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 ) 112 if( invAltL.matE.bbpE <= 16 ) 114 uint32 shlL = 16 - invAltL.matE.bbpE; 115 mxxL = invAltL.matE.xxE << shlL; 116 mxyL = invAltL.matE.xyE << shlL; 117 myxL = invAltL.matE.yxE << shlL; 118 myyL = invAltL.matE.yyE << shlL; 122 uint32 shrL = invAltL.matE.bbpE - 16; 123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; 124 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1 [all...] |
/external/opencv3/modules/calib3d/test/ |
test_cameracalibration.cpp | [all...] |
/external/opencv3/modules/calib3d/src/ |
calibration.cpp | [all...] |