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