Home
last modified time | relevance | path

Searched refs:xxE (Results 1 – 11 of 11) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Mat2D.c44 ptrA->xxE = 0; in bts_Flt16Mat2D_init()
55 ptrA->xxE = 0; in bts_Flt16Mat2D_exit()
74 ptrA->xxE = srcPtrA->xxE; in bts_Flt16Mat2D_copy()
87 if( ptrA->xxE != srcPtrA->xxE ) return FALSE; in bts_Flt16Mat2D_equal()
96 int32 xxL = ( int32 ) srcPtrA->xxE << bbpDiffL; in bts_Flt16Mat2D_equal()
101 if( ptrA->xxE != xxL ) return FALSE; in bts_Flt16Mat2D_equal()
107 if( srcPtrA->xxE != ( xxL >> bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal()
117 int32 xxL = ( int32 ) ptrA->xxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
122 if( xxL != srcPtrA->xxE ) return FALSE; in bts_Flt16Mat2D_equal()
128 if( ptrA->xxE != ( xxL >> -bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal()
[all …]
DInt16Mat2D.c94 matL.xxE = cL; in bts_Int16Mat2D_createRotation()
115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE; in bts_Int16Mat2D_scale()
122 ptrA->xxE = xxL >> shiftL; in bts_Int16Mat2D_scale()
136 …vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE ) >> matPt… in bts_Int16Mat2D_map()
147 int32 xxL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
148 int32 xyL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul()
149 int32 yxL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
154 matL.xxE = xxL >> shiftL; in bts_Int16Mat2D_mul()
DFlt16Mat3D.c44 ptrA->xxE = 0; in bts_Flt16Mat3D_init()
60 ptrA->xxE = 0; in bts_Flt16Mat3D_exit()
165 matL.xxE = xxA; in bts_Flt16Mat3D_create16()
189 matL.xxE = 0; in bts_Flt16Mat3D_create32()
211 matL.xxE = ( ( xxA >> sh1L ) + 1 ) >> 1; in bts_Flt16Mat3D_create32()
223 matL.xxE = xxA << -shiftL; in bts_Flt16Mat3D_create32()
252 *ptrA = bts_Flt16Mat3D_create32( ptrA->xxE * scaleA, ptrA->xyE * scaleA, ptrA->xzE * scaleA, in bts_Flt16Mat3D_scale()
265 …int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->xyE * vecPtrA->yE + ( int32 )… in bts_Flt16Mat3D_map()
293 int32 xL = ( ( ( ( int32 ) matPtrA->xxE * vecPtrA->xE + 1 ) >> 1 ) + in bts_Flt16Mat3D_mapFlt()
317 …( ( ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA-… in bts_Flt16Mat3D_mul()
[all …]
DInt16Mat2D.h43 int16 xxE; member
DFlt16Mat2D.h44 int16 xxE; member
DFlt16Mat3D.h45 int16 xxE; member
DFlt16Alt2D.c293 …ptrA->vecE = bts_Flt16Vec2D_create32( - ( ( ( int32 ) ptrA->matE.xxE * ptrA->vecE.xE + ( int32 ) p… in bts_Flt16Alt2D_invert()
DCluster3D.c359 …vecPtrL->xE = ( x0L + xL * altA.matE.xxE + yL * altA.matE.xyE + zL * altA.matE.xzE ) >> altA.matE.… in bts_Cluster3D_transform()
/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c386 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL; in bim_UInt16ByteImage_warp()
395 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
403 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp()
411 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL; in bim_UInt16ByteImage_warp()
685 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL; in bim_UInt16ByteImage_warp8()
694 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp8()
702 ( int32 )invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp8()
710 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c572 mxxL = invAlt2DL.matE.xxE >> shiftL; in bim_UInt8Image_warpOffs()
581 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
589 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs()
597 mxxL = invAlt2DL.matE.xxE << -shiftL; in bim_UInt8Image_warpOffs()
DFunctions.c115 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpInterpolation()
123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
447 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpPixelReplication()
455 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()