Searched refs:bbpL (Results 1 – 9 of 9) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt16ByteImage.c | 354 const uint16 bbpL = 16; in bim_UInt16ByteImage_warp() local 383 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt16ByteImage_warp() 407 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp() 417 invAlt2DL.matE.bbpE = bbpL; in bim_UInt16ByteImage_warp() 419 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt16ByteImage_warp() 437 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp() 444 invAlt2DL.vecE.bbpE = bbpL; in bim_UInt16ByteImage_warp() 453 const uint16 bbpLby2L = bbpL / 2; in bim_UInt16ByteImage_warp() 455 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt16ByteImage_warp() 474 kL = xL >> bbpL; in bim_UInt16ByteImage_warp() [all …]
|
D | UInt8Image.c | 540 const uint16 bbpL = 16; in bim_UInt8Image_warpOffs() local 569 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt8Image_warpOffs() 593 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt8Image_warpOffs() 606 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt8Image_warpOffs() 624 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt8Image_warpOffs() 635 txL += xOffsA << bbpL; in bim_UInt8Image_warpOffs() 636 tyL += yOffsA << bbpL; in bim_UInt8Image_warpOffs() 645 const uint16 bbpLby2L = bbpL / 2; in bim_UInt8Image_warpOffs() 647 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt8Image_warpOffs() 663 kL = xL >> bbpL; in bim_UInt8Image_warpOffs() [all …]
|
/external/neven/Embedded/common/src/b_APIEm/ |
D | BFFaceFinder.c | 280 int32 bbpL = 11 - logEyeDistL; in bpi_BFFaceFinder_process() local 281 bbpL = bbpL < 0 ? 0 : bbpL; in bpi_BFFaceFinder_process() 282 bbpL = bbpL > 6 ? 6 : bbpL; in bpi_BFFaceFinder_process() 283 bts_IdCluster2D_copyTransform( cpA, idClusterPtrA, &ptrA->detectorE.refClusterE, altL, bbpL ); in bpi_BFFaceFinder_process() 355 int32 bbpL = 11 - logEyeDistL; in bpi_BFFaceFinder_getFace() local 356 bbpL = bbpL < 0 ? 0 : bbpL; in bpi_BFFaceFinder_getFace() 357 bbpL = bbpL > 6 ? 6 : bbpL; in bpi_BFFaceFinder_getFace() 358 bts_IdCluster2D_copyTransform( cpA, idClusterPtrA, &ptrA->detectorE.refClusterE, altL, bbpL ); in bpi_BFFaceFinder_getFace()
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int32Mat.c | 240 int32 bbpL = bbpA; in bts_Int32Mat_solve2() local 350 bbpL--; in bts_Int32Mat_solve2() 356 bbp_pivRowL = bbpL; in bts_Int32Mat_solve2() 377 bbp_vecL = bbpL + shiftL - bbp_maxL; in bts_Int32Mat_solve2() 390 int32 bbp_tmpL = bbpL; in bts_Int32Mat_solve2() 393 shiftL = bbp_tmpL + bbp_pivRowL - bbpL; in bts_Int32Mat_solve2() 409 shiftL = bbp_tmpL + bbp_vecL - bbpL; in bts_Int32Mat_solve2() 422 shiftL = bbpL - bbp_pivRowL; in bts_Int32Mat_solve2() 439 shiftL = bbpL - bbp_vecL; in bts_Int32Mat_solve2() 455 if( bbpA > bbpL ) in bts_Int32Mat_solve2() [all …]
|
D | Flt16Vec3D.c | 258 int32 xL, yL, zL, bbpL; in bts_Flt16Vec3D_add() local 266 bbpL = vec1A.bbpE; in bts_Flt16Vec3D_add() 273 bbpL = vec2A.bbpE; in bts_Flt16Vec3D_add() 276 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpL ); in bts_Flt16Vec3D_add() 283 int32 xL, yL, zL, bbpL; in bts_Flt16Vec3D_sub() local 291 bbpL = vec1A.bbpE; in bts_Flt16Vec3D_sub() 298 bbpL = vec2A.bbpE; in bts_Flt16Vec3D_sub() 301 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpL ); in bts_Flt16Vec3D_sub()
|
D | Flt16Vec2D.c | 261 int32 xL, yL, bbpL; in bts_Flt16Vec2D_add() local 268 bbpL = vec1A.bbpE; in bts_Flt16Vec2D_add() 274 bbpL = vec2A.bbpE; in bts_Flt16Vec2D_add() 277 return bts_Flt16Vec2D_create32( xL, yL, bbpL ); in bts_Flt16Vec2D_add() 284 int32 xL, yL, bbpL; in bts_Flt16Vec2D_sub() local 291 bbpL = vec1A.bbpE; in bts_Flt16Vec2D_sub() 297 bbpL = vec2A.bbpE; in bts_Flt16Vec2D_sub() 300 return bts_Flt16Vec2D_create32( xL, yL, bbpL ); in bts_Flt16Vec2D_sub()
|
D | Flt16Mat2D.c | 327 int32 bbpL = matPtrA->bbpE + vecPtrA->bbpE; in bts_Flt16Mat2D_mapFlt() local 328 return bts_Flt16Vec2D_create32( xL, yL, bbpL ); in bts_Flt16Mat2D_mapFlt()
|
D | RBFMap2D.c | 567 int16 bbpL = srcPtrA->bbpE; in bts_RBFMap2D_mapCluster() local 574 struct bts_Flt16Vec2D srcVecL = bts_Flt16Vec2D_create16( vecL.xE, vecL.yE, bbpL ); in bts_RBFMap2D_mapCluster()
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 332 int32 bbpL = hdcrA->dcrE.sdkClusterE.clusterE.bbpE; in btk_DCR_getRect() local 333 …2 lxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL; in btk_DCR_getRect() 334 …2 lyL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ lIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL; in btk_DCR_getRect() 335 …2 rxL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].xE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL; in btk_DCR_getRect() 336 …2 ryL = ( hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ rIndexL ].yE + ( 1 << ( bbpL - 1 ) ) ) >> bbpL; in btk_DCR_getRect()
|