/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Vec3D.c | 47 ptrA->bbpE = 0; 57 ptrA->bbpE = 0; 72 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; 175 vecL.bbpE = bbpA; 189 vecL.bbpE = 0; 208 vecL.bbpE = bbpA - shiftL; 259 int32 shiftL = vec1A.bbpE - vec2A.bbpE; 266 bbpL = vec1A.bbpE; [all...] |
Flt16Vec2D.c | 46 ptrA->bbpE = 0; 55 ptrA->bbpE = 0; 70 ptrA->bbpE = srcPtrA->bbpE; 79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; 153 vecL.bbpE = bbpA; 164 vecL.bbpE = bbpA; 177 vecL.bbpE = 0; 194 vecL.bbpE = bbpA - shiftL [all...] |
Cluster3D.c | 49 ptrA->bbpE = 0; 62 ptrA->bbpE = 0; 89 ptrA->bbpE = srcPtrA->bbpE; 104 if( ptrA->bbpE != srcPtrA->bbpE ) return FALSE; 151 return bts_Flt16Vec3D_create16( ( int16 )xL, ( int16 )yL, ( int16 )zL, ( int16 )ptrA->bbpE ); 186 int32 shiftL = bbpA - ptrA->bbpE; 214 int32 shiftL = bbpA - ptrA->bbpE; 242 int32 shiftL = bbpA - ptrA->bbpE; [all...] |
Int16Mat2D.c | 98 matL.bbpE = 14; 127 ptrA->bbpE += scaleA.bbpE - shiftL; 136 vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPtrA->bbpE; 137 vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPtrA->bbpE; 159 matL.bbpE = mat1PtrA->bbpE + mat2PtrA->bbpE - shiftL;
|
Flt16Mat2D.c | 43 ptrA->bbpE = 0; 54 ptrA->bbpE = 0; 73 ptrA->bbpE = srcPtrA->bbpE; 84 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; 199 matL.bbpE = 14; 230 matL.bbpE = bbpA; 246 matL.bbpE = 0; 268 matL.bbpE = bbpA - shiftL [all...] |
Int16Mat2D.h | 55 int16 bbpE;
|
Flt16Mat3D.c | 43 ptrA->bbpE = 0; 59 ptrA->bbpE = 0; 174 matL.bbpE = bbpA; 198 matL.bbpE = 0; 234 matL.bbpE = bbpA - shiftL; 255 ptrA->bbpE + scaleBbpA ); 269 if( matPtrA->bbpE > 0 ) 271 int32 sh1L = matPtrA->bbpE - 1; 279 vecL.xE = xL << -matPtrA->bbpE; 280 vecL.yE = yL << -matPtrA->bbpE; [all...] |
RBFMap2D.c | 160 int32 internalShiftL = bbp_internalL - srcPtrA->bbpE; 178 bbp_internalL = srcPtrA->bbpE; 260 bts_Cluster2D_transformBbp( cpA, &ptrA->srcClusterE, ptrA->altE, dstPtrA->bbpE ); 274 int32 shiftL = srcPtrA->bbpE - ptrA->srcClusterE.bbpE + internalShiftL; 341 ptrA->rbfCoeffClusterE.bbpE = bbp_rbfCoeffL; 433 const int32 bbp_internalL = ptrA->rbfCoeffClusterE.bbpE; 447 outBbpL = altVecL.bbpE; 450 shL = vecA.bbpE - outBbpL; 461 outBbpL = vecA.bbpE; [all...] |
Cluster2D.c | 93 ptrA->bbpE = 0; 106 ptrA->bbpE = 0; 133 ptrA->bbpE = srcPtrA->bbpE; 148 if( ptrA->bbpE != srcPtrA->bbpE ) return FALSE; 190 return bts_Flt16Vec2D_create16( ( int16 )xL, ( int16 )yL, ( int16 )ptrA->bbpE ); 200 int32 sumL = ptrA->bbpE; 257 int32 shiftL = bbpA - ptrA->bbpE; 290 int32 shiftL = bbpA - ptrA->bbpE; [all...] |
Flt16Alt2D.c | 205 uint32 scaleBbpL = 16 + diffOutL.bbpE - diffInL.bbpE; 295 ptrA->vecE.bbpE + ptrA->matE.bbpE );
|
Flt16Mat2D.h | 56 int16 bbpE; 87 /** returns determinate of matrix; return bbp is ptrA->bbpE * 2 */
|
Flt16Vec2D.h | 49 int16 bbpE; 90 /** dot product of vectors; return bbp is vec1PtrA->bbpE + vec2PtrA->bbpE */ 94 /** returns square norm of vector; return bbp is ptrA->bbpE * 2 */ 97 /** returns norm of vector; return bbp is ptrA->bbpE*/
|
Flt16Vec3D.h | 52 int16 bbpE; 100 /** returns square norm of vector; return bbp is ptrA->bbpE * 2 */ 103 /** returns norm of vector; return bbp is ptrA->bbpE*/
|
IdCluster2D.c | 280 outCluster1PtrA->bbpE = inCluster1PtrA->clusterE.bbpE; 281 outCluster2PtrA->bbpE = inCluster2PtrA->clusterE.bbpE;
|
Flt16Alt3D.c | 203 int32 shiftL = altPtrA->vecE.bbpE - vecL.bbpE;
|
Cluster2D.h | 60 /** format of vectors (bbpE always > 0) */ 61 int32 bbpE;
|
Cluster3D.h | 57 /** format of vectors (bbpE always > 0) */ 58 int32 bbpE;
|
Flt16Mat3D.h | 72 int16 bbpE;
|
/external/neven/Embedded/common/src/b_ImageEm/ |
Flt16Image.c | 49 ptrA->bbpE = 0; 61 ptrA->bbpE = 0; 88 ptrA->bbpE = srcPtrA->bbpE; 100 if( ptrA->bbpE != srcPtrA->bbpE ) return FALSE; 165 ptrA->bbpE = srcPtrA->bbpE; 203 + bbs_SIZEOF16( ptrA->bbpE ) 218 memPtrA += bbs_memWrite32( &ptrA->bbpE, memPtrA ) [all...] |
UInt16ByteImage.c | 383 shiftL = invAlt2DL.matE.bbpE - bbpL; 403 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, 404 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, 405 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, 406 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE, 417 invAlt2DL.matE.bbpE = bbpL; 419 shiftL = invAlt2DL.vecE.bbpE - bbpL; 435 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE, 436 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, 444 invAlt2DL.vecE.bbpE = bbpL [all...] |
UInt8Image.c | 569 shiftL = invAlt2DL.matE.bbpE - bbpL; 589 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, 590 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, 591 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, 592 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE, 604 /* invAlt2DL.matE.bbpE = bbpL; nonsense! */ 606 shiftL = invAlt2DL.vecE.bbpE - bbpL; 622 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE, 623 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, 632 /* invAlt2DL.vecE.bbpE = bbpL; nonsense! * [all...] |
Flt16Image.h | 58 int32 bbpE;
|
Functions.c | 112 if( invAltL.matE.bbpE <= 16 ) 114 uint32 shlL = 16 - invAltL.matE.bbpE; 122 uint32 shrL = invAltL.matE.bbpE - 16; 129 if( invAltL.vecE.bbpE <= 16 ) 131 uint32 shlL = 16 - invAltL.vecE.bbpE; 137 uint32 shrL = invAltL.vecE.bbpE - 16; 444 if( invAltL.matE.bbpE <= 16 ) 446 uint32 shlL = 16 - invAltL.matE.bbpE; 454 uint32 shrL = invAltL.matE.bbpE - 16; 461 if( invAltL.vecE.bbpE <= 16 [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanDetector.c | 48 uint32 outBbpL = inClusterPtrA->clusterE.bbpE; 524 workAreaL.x1E = workAreaL.x1E >> wrkClPtrL->bbpE; 525 workAreaL.y1E = workAreaL.y1E >> wrkClPtrL->bbpE; 526 workAreaL.x2E = workAreaL.x2E >> wrkClPtrL->bbpE; 527 workAreaL.y2E = workAreaL.y2E >> wrkClPtrL->bbpE; 541 altL.vecE.xE -= workAreaL.x1E << altL.vecE.bbpE; 542 altL.vecE.yE -= workAreaL.y1E << altL.vecE.bbpE; 547 wrkClPtrL->vecArrE[ iL ].xE -= workAreaL.x1E << wrkClPtrL->bbpE; 548 wrkClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << wrkClPtrL->bbpE; 554 refClPtrL->vecArrE[ iL ].xE -= workAreaL.x1E << refClPtrL->bbpE; [all...] |
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
DCR.c | 281 nodePtrA->x = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].xE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE ); 282 nodePtrA->y = ( ( s16p16 )hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE ); 332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE;
|