Lines Matching refs:shiftL
352 int32 shiftL; in bim_UInt16ByteImage_warp() local
383 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt16ByteImage_warp()
384 if( shiftL >= 0 ) 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()
394 maxInt32Value8bbpL >>= -shiftL; in bim_UInt16ByteImage_warp()
407 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp()
411 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL; in bim_UInt16ByteImage_warp()
412 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL; in bim_UInt16ByteImage_warp()
413 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp()
414 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL; in bim_UInt16ByteImage_warp()
415 maxInt32Value8bbpL <<= -shiftL; in bim_UInt16ByteImage_warp()
419 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt16ByteImage_warp()
420 if( shiftL >= 0 ) in bim_UInt16ByteImage_warp()
422 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; in bim_UInt16ByteImage_warp()
423 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL; in bim_UInt16ByteImage_warp()
428 maxInt32Value8bbpL >>= -shiftL; in bim_UInt16ByteImage_warp()
437 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp()
440 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; in bim_UInt16ByteImage_warp()
441 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL; in bim_UInt16ByteImage_warp()
442 maxInt32Value8bbpL <<= -shiftL; in bim_UInt16ByteImage_warp()
652 int32 shiftL; in bim_UInt16ByteImage_warp8() local
682 shiftL = invAlt2DL.matE.bbpE - bbpL; in bim_UInt16ByteImage_warp8()
683 if( shiftL >= 0 ) in bim_UInt16ByteImage_warp8()
685 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL; in bim_UInt16ByteImage_warp8()
686 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL; in bim_UInt16ByteImage_warp8()
687 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp8()
688 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL; in bim_UInt16ByteImage_warp8()
693 maxInt32Value8bbpL >>= -shiftL; in bim_UInt16ByteImage_warp8()
706 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp8()
710 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL; in bim_UInt16ByteImage_warp8()
711 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL; in bim_UInt16ByteImage_warp8()
712 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp8()
713 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL; in bim_UInt16ByteImage_warp8()
714 maxInt32Value8bbpL <<= -shiftL; in bim_UInt16ByteImage_warp8()
718 shiftL = invAlt2DL.vecE.bbpE - bbpL; in bim_UInt16ByteImage_warp8()
719 if( shiftL >= 0 ) in bim_UInt16ByteImage_warp8()
721 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; in bim_UInt16ByteImage_warp8()
722 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL; in bim_UInt16ByteImage_warp8()
727 maxInt32Value8bbpL >>= -shiftL; in bim_UInt16ByteImage_warp8()
736 maxInt32Value8bbpL >> ( bbpL - ( -shiftL ) ) ); in bim_UInt16ByteImage_warp8()
739 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; in bim_UInt16ByteImage_warp8()
740 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL; in bim_UInt16ByteImage_warp8()
741 maxInt32Value8bbpL <<= -shiftL; in bim_UInt16ByteImage_warp8()