Searched refs:invAlt2DL (Results 1 – 2 of 2) sorted by relevance
343 struct bts_Flt16Alt2D invAlt2DL; in bim_UInt16ByteImage_warp() local373 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA ); in bim_UInt16ByteImage_warp()383 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt16ByteImage_warp()386 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL; in bim_UInt16ByteImage_warp()387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL; in bim_UInt16ByteImage_warp()388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp()389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL; in bim_UInt16ByteImage_warp()395 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()396 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()397 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()[all …]
529 struct bts_Flt16Alt2D invAlt2DL; in bim_UInt8Image_warpOffs() local559 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA ); in bim_UInt8Image_warpOffs()569 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt8Image_warpOffs()572 mxxL = invAlt2DL.matE.xxE >> shiftL; in bim_UInt8Image_warpOffs()573 mxyL = invAlt2DL.matE.xyE >> shiftL; in bim_UInt8Image_warpOffs()574 myxL = invAlt2DL.matE.yxE >> shiftL; in bim_UInt8Image_warpOffs()575 myyL = invAlt2DL.matE.yyE >> shiftL; in bim_UInt8Image_warpOffs()581 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()582 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()583 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()[all …]