/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Vec2D.c | 46 ptrA->bbpE = 0; in bts_Flt16Vec2D_init() 55 ptrA->bbpE = 0; in bts_Flt16Vec2D_exit() 70 ptrA->bbpE = srcPtrA->bbpE; in bts_Flt16Vec2D_copy() 79 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec2D_equal() 153 vecL.bbpE = bbpA; in bts_Flt16Vec2D_create16() 164 vecL.bbpE = bbpA; in bts_Flt16Vec2D_createVec16() 177 vecL.bbpE = 0; in bts_Flt16Vec2D_create32() 194 vecL.bbpE = bbpA - shiftL; in bts_Flt16Vec2D_create32() 262 int32 shiftL = vec1A.bbpE - vec2A.bbpE; in bts_Flt16Vec2D_add() 268 bbpL = vec1A.bbpE; in bts_Flt16Vec2D_add() [all …]
|
D | Cluster3D.c | 49 ptrA->bbpE = 0; in bts_Cluster3D_init() 62 ptrA->bbpE = 0; in bts_Cluster3D_exit() 89 ptrA->bbpE = srcPtrA->bbpE; in bts_Cluster3D_copy() 104 if( ptrA->bbpE != srcPtrA->bbpE ) return FALSE; in bts_Cluster3D_equal() 151 return bts_Flt16Vec3D_create16( ( int16 )xL, ( int16 )yL, ( int16 )zL, ( int16 )ptrA->bbpE ); in bts_Cluster3D_center() 186 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster3D_int32X() 214 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster3D_int32Y() 242 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster3D_int32Z() 332 int32 shiftL = altA.matE.bbpE + ptrA->bbpE - altA.vecE.bbpE; in bts_Cluster3D_transform() 347 if( altA.matE.bbpE > 0 ) in bts_Cluster3D_transform() [all …]
|
D | Flt16Vec3D.c | 47 ptrA->bbpE = 0; in bts_Flt16Vec3D_init() 57 ptrA->bbpE = 0; in bts_Flt16Vec3D_exit() 72 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Vec3D_equal() 175 vecL.bbpE = bbpA; in bts_Flt16Vec3D_create16() 189 vecL.bbpE = 0; in bts_Flt16Vec3D_create32() 208 vecL.bbpE = bbpA - shiftL; in bts_Flt16Vec3D_create32() 259 int32 shiftL = vec1A.bbpE - vec2A.bbpE; in bts_Flt16Vec3D_add() 266 bbpL = vec1A.bbpE; in bts_Flt16Vec3D_add() 273 bbpL = vec2A.bbpE; in bts_Flt16Vec3D_add() 284 int32 shiftL = vec1A.bbpE - vec2A.bbpE; in bts_Flt16Vec3D_sub() [all …]
|
D | Flt16Mat2D.c | 43 ptrA->bbpE = 0; in bts_Flt16Mat2D_init() 54 ptrA->bbpE = 0; in bts_Flt16Mat2D_exit() 73 ptrA->bbpE = srcPtrA->bbpE; in bts_Flt16Mat2D_copy() 84 int32 bbpDiffL = ptrA->bbpE - srcPtrA->bbpE; in bts_Flt16Mat2D_equal() 199 matL.bbpE = 14; in bts_Flt16Mat2D_createRotation() 230 matL.bbpE = bbpA; in bts_Flt16Mat2D_create16() 246 matL.bbpE = 0; in bts_Flt16Mat2D_create32() 268 matL.bbpE = bbpA - shiftL; in bts_Flt16Mat2D_create32() 291 ptrA->bbpE + scaleBbpA ); in bts_Flt16Mat2D_scale() 304 if( matPtrA->bbpE > 0 ) in bts_Flt16Mat2D_map() [all …]
|
D | Int16Mat2D.c | 98 matL.bbpE = 14; in bts_Int16Mat2D_createRotation() 127 ptrA->bbpE += scaleA.bbpE - shiftL; in bts_Int16Mat2D_scale() 136 …= ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPtrA->bbpE; in bts_Int16Mat2D_map() 137 …= ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPtrA->bbpE; in bts_Int16Mat2D_map() 159 matL.bbpE = mat1PtrA->bbpE + mat2PtrA->bbpE - shiftL; in bts_Int16Mat2D_mul()
|
D | Flt16Mat3D.c | 43 ptrA->bbpE = 0; in bts_Flt16Mat3D_init() 59 ptrA->bbpE = 0; in bts_Flt16Mat3D_exit() 174 matL.bbpE = bbpA; in bts_Flt16Mat3D_create16() 198 matL.bbpE = 0; in bts_Flt16Mat3D_create32() 234 matL.bbpE = bbpA - shiftL; in bts_Flt16Mat3D_create32() 255 ptrA->bbpE + scaleBbpA ); in bts_Flt16Mat3D_scale() 269 if( matPtrA->bbpE > 0 ) in bts_Flt16Mat3D_map() 271 int32 sh1L = matPtrA->bbpE - 1; in bts_Flt16Mat3D_map() 279 vecL.xE = xL << -matPtrA->bbpE; in bts_Flt16Mat3D_map() 280 vecL.yE = yL << -matPtrA->bbpE; in bts_Flt16Mat3D_map() [all …]
|
D | RBFMap2D.c | 160 int32 internalShiftL = bbp_internalL - srcPtrA->bbpE; in bts_RBFMap2D_compute() 178 bbp_internalL = srcPtrA->bbpE; in bts_RBFMap2D_compute() 260 bts_Cluster2D_transformBbp( cpA, &ptrA->srcClusterE, ptrA->altE, dstPtrA->bbpE ); in bts_RBFMap2D_compute() 274 int32 shiftL = srcPtrA->bbpE - ptrA->srcClusterE.bbpE + internalShiftL; in bts_RBFMap2D_compute() 341 ptrA->rbfCoeffClusterE.bbpE = bbp_rbfCoeffL; in bts_RBFMap2D_compute() 433 const int32 bbp_internalL = ptrA->rbfCoeffClusterE.bbpE; in bts_RBFMap2D_mapVector() 447 outBbpL = altVecL.bbpE; in bts_RBFMap2D_mapVector() 450 shL = vecA.bbpE - outBbpL; in bts_RBFMap2D_mapVector() 461 outBbpL = vecA.bbpE; in bts_RBFMap2D_mapVector() 479 int32 internalShiftL = bbp_internalL - ptrA->srcClusterE.bbpE; in bts_RBFMap2D_mapVector() [all …]
|
D | Cluster2D.c | 93 ptrA->bbpE = 0; in bts_Cluster2D_init() 106 ptrA->bbpE = 0; in bts_Cluster2D_exit() 133 ptrA->bbpE = srcPtrA->bbpE; in bts_Cluster2D_copy() 148 if( ptrA->bbpE != srcPtrA->bbpE ) return FALSE; in bts_Cluster2D_equal() 190 return bts_Flt16Vec2D_create16( ( int16 )xL, ( int16 )yL, ( int16 )ptrA->bbpE ); in bts_Cluster2D_center() 200 int32 sumL = ptrA->bbpE; in bts_Cluster2D_checkSum() 257 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster2D_int32X() 290 int32 shiftL = bbpA - ptrA->bbpE; in bts_Cluster2D_int32Y() 370 struct bts_Flt16Vec2D vL = bts_Flt16Vec2D_createVec16( ptrA->vecArrE[ iL ], ptrA->bbpE ); in bts_Cluster2D_transform() 371 …ptrA->vecArrE[ iL ] = bts_Flt16Vec2D_int16Vec2D( bts_Flt16Alt2D_mapFlt( &altA, &vL ), ptrA->bbpE ); in bts_Cluster2D_transform() [all …]
|
D | IdCluster2D.c | 280 outCluster1PtrA->bbpE = inCluster1PtrA->clusterE.bbpE; in bts_IdCluster2D_convertToEqivalentClusters() 281 outCluster2PtrA->bbpE = inCluster2PtrA->clusterE.bbpE; in bts_IdCluster2D_convertToEqivalentClusters()
|
D | Flt16Alt2D.c | 205 uint32 scaleBbpL = 16 + diffOutL.bbpE - diffInL.bbpE; in bts_Flt16Alt2D_createRigidMap() 295 ptrA->vecE.bbpE + ptrA->matE.bbpE ); in bts_Flt16Alt2D_invert()
|
D | Flt16Alt3D.c | 203 int32 shiftL = altPtrA->vecE.bbpE - vecL.bbpE; in bts_Flt16Alt3D_mapFlt()
|
D | Int16Mat2D.h | 55 int16 bbpE; member
|
D | Flt16Vec3D.h | 52 int16 bbpE; member
|
D | Flt16Vec2D.h | 49 int16 bbpE; member
|
D | Flt16Mat2D.h | 56 int16 bbpE; member
|
D | Flt16Mat3D.h | 72 int16 bbpE; member
|
D | Cluster3D.h | 58 int32 bbpE; member
|
D | Cluster2D.h | 61 int32 bbpE; member
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | Flt16Image.c | 49 ptrA->bbpE = 0; in bim_Flt16Image_init() 61 ptrA->bbpE = 0; in bim_Flt16Image_exit() 88 ptrA->bbpE = srcPtrA->bbpE; in bim_Flt16Image_copy() 100 if( ptrA->bbpE != srcPtrA->bbpE ) return FALSE; in bim_Flt16Image_equal() 203 + bbs_SIZEOF16( ptrA->bbpE ) in bim_Flt16Image_memSize() 218 memPtrA += bbs_memWrite32( &ptrA->bbpE, memPtrA ); in bim_Flt16Image_memWrite() 236 memPtrA += bbs_memRead32( &ptrA->bbpE, memPtrA ); in bim_Flt16Image_memRead() 269 ptrA->bbpE = bbpA; in bim_Flt16Image_setAllPixels() 392 ptrA->bbpE = srcPtrA->bbpE; in bim_Flt16Image_copySection() 478 dstPtrA->bbpE = 0; in bim_Flt16Image_importReal() [all …]
|
D | UInt16ByteImage.c | 383 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt16ByteImage_warp() 403 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp() 404 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp() 405 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp() 406 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp() 417 invAlt2DL.matE.bbpE = bbpL; in bim_UInt16ByteImage_warp() 419 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt16ByteImage_warp() 435 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE, in bim_UInt16ByteImage_warp() 436 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, in bim_UInt16ByteImage_warp() 444 invAlt2DL.vecE.bbpE = bbpL; in bim_UInt16ByteImage_warp() [all …]
|
D | Functions.c | 112 if( invAltL.matE.bbpE <= 16 ) in bim_filterWarpInterpolation() 114 uint32 shlL = 16 - invAltL.matE.bbpE; in bim_filterWarpInterpolation() 122 uint32 shrL = invAltL.matE.bbpE - 16; in bim_filterWarpInterpolation() 129 if( invAltL.vecE.bbpE <= 16 ) in bim_filterWarpInterpolation() 131 uint32 shlL = 16 - invAltL.vecE.bbpE; in bim_filterWarpInterpolation() 137 uint32 shrL = invAltL.vecE.bbpE - 16; in bim_filterWarpInterpolation() 444 if( invAltL.matE.bbpE <= 16 ) in bim_filterWarpPixelReplication() 446 uint32 shlL = 16 - invAltL.matE.bbpE; in bim_filterWarpPixelReplication() 454 uint32 shrL = invAltL.matE.bbpE - 16; in bim_filterWarpPixelReplication() 461 if( invAltL.vecE.bbpE <= 16 ) in bim_filterWarpPixelReplication() [all …]
|
D | UInt8Image.c | 569 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt8Image_warpOffs() 589 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs() 590 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs() 591 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs() 592 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs() 606 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt8Image_warpOffs() 622 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE, in bim_UInt8Image_warpOffs() 623 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, in bim_UInt8Image_warpOffs()
|
D | Flt16Image.h | 58 int32 bbpE; member
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | LocalScanDetector.c | 48 uint32 outBbpL = inClusterPtrA->clusterE.bbpE; in bbf_LocalScanDetector_pcaMap() 524 workAreaL.x1E = workAreaL.x1E >> wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 525 workAreaL.y1E = workAreaL.y1E >> wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 526 workAreaL.x2E = workAreaL.x2E >> wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 527 workAreaL.y2E = workAreaL.y2E >> wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 541 altL.vecE.xE -= workAreaL.x1E << altL.vecE.bbpE; in bbf_LocalScanDetector_process() 542 altL.vecE.yE -= workAreaL.y1E << altL.vecE.bbpE; in bbf_LocalScanDetector_process() 547 wrkClPtrL->vecArrE[ iL ].xE -= workAreaL.x1E << wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 548 wrkClPtrL->vecArrE[ iL ].yE -= workAreaL.y1E << wrkClPtrL->bbpE; in bbf_LocalScanDetector_process() 554 refClPtrL->vecArrE[ iL ].xE -= workAreaL.x1E << refClPtrL->bbpE; in bbf_LocalScanDetector_process() [all …]
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 281 …dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].xE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE ); in btk_DCR_getNode() 282 …dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE ); in btk_DCR_getNode() 332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE; in btk_DCR_getRect()
|