• Home
  • Raw
  • Download

Lines Matching refs:invAlt2DL

529 	struct bts_Flt16Alt2D invAlt2DL;  in bim_UInt8Image_warpOffs()  local
559 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()
584 invAlt2DL.matE.yyE > maxInt32Value8bbpL ) in bim_UInt8Image_warpOffs()
589 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs()
590 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs()
591 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs()
592 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE, in bim_UInt8Image_warpOffs()
597 mxxL = invAlt2DL.matE.xxE << -shiftL; in bim_UInt8Image_warpOffs()
598 mxyL = invAlt2DL.matE.xyE << -shiftL; in bim_UInt8Image_warpOffs()
599 myxL = invAlt2DL.matE.yxE << -shiftL; in bim_UInt8Image_warpOffs()
600 myyL = invAlt2DL.matE.yyE << -shiftL; in bim_UInt8Image_warpOffs()
606 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt8Image_warpOffs()
609 txL = invAlt2DL.vecE.xE >> shiftL; in bim_UInt8Image_warpOffs()
610 tyL = invAlt2DL.vecE.yE >> shiftL; in bim_UInt8Image_warpOffs()
616 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL || in bim_UInt8Image_warpOffs()
617 invAlt2DL.vecE.yE > maxInt32Value8bbpL ) in bim_UInt8Image_warpOffs()
622 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE, in bim_UInt8Image_warpOffs()
623 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, in bim_UInt8Image_warpOffs()
627 txL = invAlt2DL.vecE.xE << -shiftL; in bim_UInt8Image_warpOffs()
628 tyL = invAlt2DL.vecE.yE << -shiftL; in bim_UInt8Image_warpOffs()