• Home
  • Raw
  • Download

Lines Matching refs:shiftL

538 	int32 shiftL;  in bim_UInt8Image_warpOffs()  local
569 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt8Image_warpOffs()
570 if( shiftL >= 0 ) 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()
580 maxInt32Value8bbpL >>= -shiftL; in bim_UInt8Image_warpOffs()
593 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); 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()
601 maxInt32Value8bbpL <<= -shiftL; in bim_UInt8Image_warpOffs()
606 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt8Image_warpOffs()
607 if( shiftL >= 0 ) in bim_UInt8Image_warpOffs()
609 txL = invAlt2DL.vecE.xE >> shiftL; in bim_UInt8Image_warpOffs()
610 tyL = invAlt2DL.vecE.yE >> shiftL; in bim_UInt8Image_warpOffs()
615 maxInt32Value8bbpL >>= -shiftL; in bim_UInt8Image_warpOffs()
624 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt8Image_warpOffs()
627 txL = invAlt2DL.vecE.xE << -shiftL; in bim_UInt8Image_warpOffs()
628 tyL = invAlt2DL.vecE.yE << -shiftL; in bim_UInt8Image_warpOffs()
629 maxInt32Value8bbpL <<= -shiftL; in bim_UInt8Image_warpOffs()