Searched refs:txL (Results 1 – 3 of 3) sorted by relevance
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local132 txL = invAltL.vecE.xE << shlL; in bim_filterWarpInterpolation()138 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()143 txL += ( int32 )offsPtrA->xE << 16; in bim_filterWarpInterpolation()177 xL = txL; in bim_filterWarpInterpolation()183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()189 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()195 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()242 txL -= ( xMinL << 16 ); in bim_filterWarpInterpolation()248 txL >>= scaleExpL; in bim_filterWarpInterpolation()[all …]
363 int32 txL; in bim_UInt16ByteImage_warp() local422 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; in bim_UInt16ByteImage_warp()440 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; in bim_UInt16ByteImage_warp()449 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp()663 int32 txL; in bim_UInt16ByteImage_warp8() local721 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; in bim_UInt16ByteImage_warp8()739 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; in bim_UInt16ByteImage_warp8()748 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp8()
549 int32 txL; in bim_UInt8Image_warpOffs() local609 txL = invAlt2DL.vecE.xE >> shiftL; in bim_UInt8Image_warpOffs()627 txL = invAlt2DL.vecE.xE << -shiftL; in bim_UInt8Image_warpOffs()635 txL += xOffsA << bbpL; in bim_UInt8Image_warpOffs()641 xL = txL + mxyL * jL; in bim_UInt8Image_warpOffs()