Searched refs:mxxL (Results 1 – 3 of 3) sorted by relevance
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local115 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpInterpolation()123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()149 uint32 axxL = ( mxxL >= 0 ) ? mxxL : -mxxL; in bim_filterWarpInterpolation()183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()195 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()244 mxxL >>= scaleExpL; in bim_filterWarpInterpolation()280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()310 xL += mxxL; in bim_filterWarpInterpolation()[all …]
358 int32 mxxL; in bim_UInt16ByteImage_warp() local386 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL; in bim_UInt16ByteImage_warp()411 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL; in bim_UInt16ByteImage_warp()488 xL += mxxL; in bim_UInt16ByteImage_warp()658 int32 mxxL; in bim_UInt16ByteImage_warp8() local685 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL; in bim_UInt16ByteImage_warp8()710 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL; in bim_UInt16ByteImage_warp8()781 xL += mxxL; in bim_UInt16ByteImage_warp8()
544 int32 mxxL; in bim_UInt8Image_warpOffs() local572 mxxL = invAlt2DL.matE.xxE >> shiftL; in bim_UInt8Image_warpOffs()597 mxxL = invAlt2DL.matE.xxE << -shiftL; in bim_UInt8Image_warpOffs()674 xL += mxxL; in bim_UInt8Image_warpOffs()