Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Mat2D.c46 ptrA->yxE = 0; in bts_Flt16Mat2D_init()
57 ptrA->yxE = 0; in bts_Flt16Mat2D_exit()
76 ptrA->yxE = srcPtrA->yxE; in bts_Flt16Mat2D_copy()
89 if( ptrA->yxE != srcPtrA->yxE ) return FALSE; in bts_Flt16Mat2D_equal()
98 int32 yxL = ( int32 ) srcPtrA->yxE << bbpDiffL; in bts_Flt16Mat2D_equal()
103 if( ptrA->yxE != yxL ) return FALSE; in bts_Flt16Mat2D_equal()
109 if( srcPtrA->yxE != ( yxL >> bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal()
119 int32 yxL = ( int32 ) ptrA->yxE << -bbpDiffL; in bts_Flt16Mat2D_equal()
124 if( yxL != srcPtrA->yxE ) return FALSE; in bts_Flt16Mat2D_equal()
130 if( ptrA->yxE != ( yxL >> -bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal()
[all …]
DInt16Mat2D.c96 matL.yxE = sL; in bts_Int16Mat2D_createRotation()
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE; in bts_Int16Mat2D_scale()
124 ptrA->yxE = yxL >> shiftL; in bts_Int16Mat2D_scale()
137 …vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPt… in bts_Int16Mat2D_map()
147 int32 xxL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
149 int32 yxL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE; in bts_Int16Mat2D_mul()
150 int32 yyL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul()
156 matL.yxE = yxL >> shiftL; in bts_Int16Mat2D_mul()
DFlt16Mat3D.c47 ptrA->yxE = 0; in bts_Flt16Mat3D_init()
63 ptrA->yxE = 0; in bts_Flt16Mat3D_exit()
168 matL.yxE = yxA; in bts_Flt16Mat3D_create16()
192 matL.yxE = 0; in bts_Flt16Mat3D_create32()
214 matL.yxE = ( ( yxA >> sh1L ) + 1 ) >> 1; in bts_Flt16Mat3D_create32()
226 matL.yxE = yxA << -shiftL; in bts_Flt16Mat3D_create32()
253 ptrA->yxE * scaleA, ptrA->yyE * scaleA, ptrA->yzE * scaleA, in bts_Flt16Mat3D_scale()
266 …int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE + ( int32 )… in bts_Flt16Mat3D_map()
297 int32 yL = ( ( ( ( int32 ) matPtrA->yxE * vecPtrA->xE + 1 ) >> 1 ) + in bts_Flt16Mat3D_mapFlt()
317 …xxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE + 1 ) >> 1 ) + ( ( … in bts_Flt16Mat3D_mul()
[all …]
DInt16Mat2D.h49 int16 yxE; member
DFlt16Mat2D.h50 int16 yxE; member
DFlt16Mat3D.h54 int16 yxE; member
DFlt16Alt2D.c294 … - ( ( ( int32 ) ptrA->matE.yxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.yyE * ptrA->vecE.yE ) ), in bts_Flt16Alt2D_invert()
DCluster3D.c360 …vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.… in bts_Cluster3D_transform()
/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp()
397 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
405 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp()
413 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp()
687 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp8()
696 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp8()
704 ( int32 )invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp8()
712 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c574 myxL = invAlt2DL.matE.yxE >> shiftL; in bim_UInt8Image_warpOffs()
583 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
591 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs()
599 myxL = invAlt2DL.matE.yxE << -shiftL; in bim_UInt8Image_warpOffs()
DFunctions.c117 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpInterpolation()
125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
449 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpPixelReplication()
457 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()