Lines Matching refs:invAlt2DL
343 struct bts_Flt16Alt2D invAlt2DL; in bim_UInt16ByteImage_warp() local
373 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()
398 invAlt2DL.matE.yyE > maxInt32Value8bbpL ) in bim_UInt16ByteImage_warp()
403 invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp()
404 invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp()
405 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp()
406 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE, 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()
417 invAlt2DL.matE.bbpE = bbpL; in bim_UInt16ByteImage_warp()
419 shiftL = invAlt2DL.vecE.bbpE - bbpL; 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()
429 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp()
430 invAlt2DL.vecE.yE > maxInt32Value8bbpL ) in bim_UInt16ByteImage_warp()
435 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE, in bim_UInt16ByteImage_warp()
436 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, 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()
444 invAlt2DL.vecE.bbpE = bbpL; in bim_UInt16ByteImage_warp()
643 struct bts_Flt16Alt2D invAlt2DL; in bim_UInt16ByteImage_warp8() local
673 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA ); in bim_UInt16ByteImage_warp8()
682 shiftL = invAlt2DL.matE.bbpE - bbpL; 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()
694 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp8()
695 invAlt2DL.matE.xyE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp8()
696 invAlt2DL.matE.yxE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp8()
697 invAlt2DL.matE.yyE > maxInt32Value8bbpL ) in bim_UInt16ByteImage_warp8()
702 ( int32 )invAlt2DL.matE.xxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp8()
703 ( int32 )invAlt2DL.matE.xyE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp8()
704 ( int32 )invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE, in bim_UInt16ByteImage_warp8()
705 ( int32 )invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE, 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()
716 invAlt2DL.matE.bbpE = bbpL; in bim_UInt16ByteImage_warp8()
718 shiftL = invAlt2DL.vecE.bbpE - bbpL; 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()
728 if( invAlt2DL.vecE.xE > maxInt32Value8bbpL || in bim_UInt16ByteImage_warp8()
729 invAlt2DL.vecE.yE > maxInt32Value8bbpL ) in bim_UInt16ByteImage_warp8()
734 invAlt2DL.vecE.xE >> invAlt2DL.vecE.bbpE, in bim_UInt16ByteImage_warp8()
735 invAlt2DL.vecE.yE >> invAlt2DL.vecE.bbpE, 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()
743 invAlt2DL.vecE.bbpE = bbpL; in bim_UInt16ByteImage_warp8()