Lines Matching refs:matE
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()
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()