Home
last modified time | relevance | path

Searched defs:xL (Results 1 – 21 of 21) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Vec2D.c89 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec2D_equal() local
101 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec2D_equal() local
226 int32 xL = ( ( int32 ) ptrA->xE << 16 ) / normL; in bts_Flt16Vec2D_normalize() local
252 int32 xL = ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Flt16Vec2D_enclosedAngle() local
261 int32 xL, yL, bbpL; in bts_Flt16Vec2D_add() local
284 int32 xL, yL, bbpL; in bts_Flt16Vec2D_sub() local
307 int32 xL = ( int32 ) vecA.xE * factorA; in bts_Flt16Vec2D_mul() local
DFlt16Vec3D.c83 int32 xL = ( int32 ) srcPtrA->xE << bbpDiffL; in bts_Flt16Vec3D_equal() local
94 int32 xL = ( int32 ) ptrA->xE << -bbpDiffL; in bts_Flt16Vec3D_equal() local
239 int32 xL = ( ( int32 ) ptrA->xE << 16 ) / normL; in bts_Flt16Vec3D_normalize() local
258 int32 xL, yL, zL, bbpL; in bts_Flt16Vec3D_add() local
283 int32 xL, yL, zL, bbpL; in bts_Flt16Vec3D_sub() local
308 int32 xL = ( int32 ) vecA.xE * factorA; in bts_Flt16Vec3D_mul() local
DInt16Vec2D.c154 int32 xL = ( ( int32 ) ptrA->xE << 16 ) / normL; in bts_Int16Vec2D_normalize() local
181 int32 xL = ( int32 ) vec1PtrA->xE * vec2PtrA->xE + ( int32 ) vec1PtrA->yE * vec2PtrA->yE; in bts_Int16Vec2D_enclosedAngle() local
DFlt16Mat3D.c265 …int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE + ( int32 )… in bts_Flt16Mat3D_map() local
293 int32 xL = ( ( ( ( int32 ) matPtrA->xxE * vecPtrA->xE + 1 ) >> 1 ) + in bts_Flt16Mat3D_mapFlt() local
DInt16Vec3D.c139 int32 xL = ( ( int32 )ptrA->xE << 16 ) / normL; in bts_Int16Vec3D_normalize() local
DFlt16Mat2D.c301 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE; in bts_Flt16Mat2D_map() local
325 int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE; in bts_Flt16Mat2D_mapFlt() local
DInt32Mat.c45 int32 xL = *ptrL++; in bts_Int32Mat_reduceToNBits() local
462 int32 xL = vecL[ iL ]; in bts_Int32Mat_solve2() local
DCluster3D.c133 int32 xL = 0; in bts_Cluster3D_center() local
356 int32 xL = vecPtrL->xE; in bts_Cluster3D_transform() local
DCluster2D.c175 int32 xL = 0; in bts_Cluster2D_center() local
258 int32 xL = ptrA->vecArrE[ indexA ].xE; in bts_Cluster2D_int32X() local
DRBFMap2D.c482 int32 xL = vecA.xE; in bts_RBFMap2D_mapVector() local
/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c176 int32 xL, yL; in bim_filterWarpInterpolation() local
272 int32 xL, yL; in bim_filterWarpInterpolation() local
299 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation() local
328 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation() local
508 int32 xL, yL; in bim_filterWarpPixelReplication() local
604 int32 xL, yL; in bim_filterWarpPixelReplication() local
631 int32 xL = txL + mxyL * jL; in bim_filterWarpPixelReplication() local
648 int32 xL = txL + mxyL * jL; in bim_filterWarpPixelReplication() local
DHistoEq16.c70 uint32 xL, yL; in bim_createHistoOfSection16() local
DHistoEq.c69 uint32 xL, yL; in bim_createHistoOfSection() local
DUInt16ByteImage.c366 int32 xL; in bim_UInt16ByteImage_warp() local
666 int32 xL; in bim_UInt16ByteImage_warp8() local
DUInt8Image.c552 int32 xL; in bim_UInt8Image_warpOffs() local
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanDetector.c406 int32 xL, yL; in bbf_ScanDetector_process() local
432 int32 xL, yL; in bbf_ScanDetector_process() local
DScanner.c608 int32 xL = scanIndexA - ( yL * ptrA->currentWidthE ); in bbf_Scanner_idxPos() local
980 int32 xL = scanIndexA - yL * ptrA->currentWidthE; in bbf_Scanner_goToIndex() local
989 int32 xL = ( xA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderWidthE; in bbf_Scanner_goToUls() local
DLocalScanDetector.c619 int32 xL, yL; /* 16.16 */ in bbf_LocalScanDetector_process() local
DLocalScanner.c470 int32 xL = ( scanIndexA % wL ) + ptrA->workScanRegionE.x1E; in bbf_LocalScanner_idxPos() local
/external/neven/Embedded/common/src/b_BasicEm/
DPhase.c273 uint32 xL = ( xA > 0 ) ? xA : -xA; in bbs_phase16() local
/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.c242 int32 xL = 0; /* 16.16 */ in bpi_BFFaceFinder_process() local