Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Mat2D.c45 ptrA->xyE = 0; in bts_Flt16Mat2D_init()
56 ptrA->xyE = 0; in bts_Flt16Mat2D_exit()
75 ptrA->xyE = srcPtrA->xyE; in bts_Flt16Mat2D_copy()
88 if( ptrA->xyE != srcPtrA->xyE ) return FALSE; in bts_Flt16Mat2D_equal()
97 int32 xyL = ( int32 ) srcPtrA->xyE << bbpDiffL; in bts_Flt16Mat2D_equal()
102 if( ptrA->xyE != xyL ) return FALSE; in bts_Flt16Mat2D_equal()
108 if( srcPtrA->xyE != ( xyL >> bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal()
118 int32 xyL = ( int32 ) ptrA->xyE << -bbpDiffL; in bts_Flt16Mat2D_equal()
123 if( xyL != srcPtrA->xyE ) return FALSE; in bts_Flt16Mat2D_equal()
129 if( ptrA->xyE != ( xyL >> -bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal()
[all …]
DInt16Mat2D.c95 matL.xyE = -sL; in bts_Int16Mat2D_createRotation()
116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE; in bts_Int16Mat2D_scale()
123 ptrA->xyE = xyL >> 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()
150 int32 yyL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul()
155 matL.xyE = xyL >> shiftL; in bts_Int16Mat2D_mul()
DFlt16Mat3D.c45 ptrA->xyE = 0; in bts_Flt16Mat3D_init()
61 ptrA->xyE = 0; in bts_Flt16Mat3D_exit()
166 matL.xyE = xyA; in bts_Flt16Mat3D_create16()
190 matL.xyE = 0; in bts_Flt16Mat3D_create32()
212 matL.xyE = ( ( xyA >> sh1L ) + 1 ) >> 1; in bts_Flt16Mat3D_create32()
224 matL.xyE = xyA << -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()
294 ( ( ( int32 ) matPtrA->xyE * vecPtrA->yE + 1 ) >> 1 ) + in bts_Flt16Mat3D_mapFlt()
317 …( ( ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA-… in bts_Flt16Mat3D_mul()
[all …]
DInt16Mat2D.h46 int16 xyE; member
DFlt16Mat2D.h47 int16 xyE; member
DFlt16Mat3D.h48 int16 xyE; member
DFlt16Alt2D.c293 …e32( - ( ( ( int32 ) ptrA->matE.xxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.xyE * ptrA->vecE.yE ) ), 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.c387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL; in bim_UInt16ByteImage_warp()
396 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
404 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp()
412 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL; in bim_UInt16ByteImage_warp()
686 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL; in bim_UInt16ByteImage_warp8()
695 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp8()
703 ( int32 )invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp8()
711 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c573 mxyL = invAlt2DL.matE.xyE >> shiftL; in bim_UInt8Image_warpOffs()
582 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
590 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs()
598 mxyL = invAlt2DL.matE.xyE << -shiftL; in bim_UInt8Image_warpOffs()
DFunctions.c116 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpInterpolation()
124 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
448 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpPixelReplication()
456 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()