Searched refs:myxL (Results 1 – 3 of 3) sorted by relevance
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local117 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpInterpolation()125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()151 uint32 ayxL = ( myxL >= 0 ) ? myxL : -myxL; in bim_filterWarpInterpolation()184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()196 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()246 myxL >>= scaleExpL; in bim_filterWarpInterpolation()281 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()311 yL += myxL; in bim_filterWarpInterpolation()[all …]
360 int32 myxL; in bim_UInt16ByteImage_warp() local388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp()413 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp()489 yL += myxL; in bim_UInt16ByteImage_warp()660 int32 myxL; in bim_UInt16ByteImage_warp8() local687 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp8()712 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp8()782 yL += myxL; in bim_UInt16ByteImage_warp8()
546 int32 myxL; in bim_UInt8Image_warpOffs() local574 myxL = invAlt2DL.matE.yxE >> shiftL; in bim_UInt8Image_warpOffs()599 myxL = invAlt2DL.matE.yxE << -shiftL; in bim_UInt8Image_warpOffs()675 yL += myxL; in bim_UInt8Image_warpOffs()