Searched refs:myyL (Results 1 – 3 of 3) sorted by relevance
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local118 myyL = invAltL.matE.yyE << shlL; in bim_filterWarpInterpolation()126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()152 uint32 ayyL = ( myyL >= 0 ) ? myyL : -myyL; in bim_filterWarpInterpolation()184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()190 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()247 myyL >>= scaleExpL; in bim_filterWarpInterpolation()285 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()300 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation()[all …]
361 int32 myyL; in bim_UInt16ByteImage_warp() local389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL; in bim_UInt16ByteImage_warp()414 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL; in bim_UInt16ByteImage_warp()450 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp()661 int32 myyL; in bim_UInt16ByteImage_warp8() local688 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL; in bim_UInt16ByteImage_warp8()713 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL; in bim_UInt16ByteImage_warp8()749 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp8()
547 int32 myyL; in bim_UInt8Image_warpOffs() local575 myyL = invAlt2DL.matE.yyE >> shiftL; in bim_UInt8Image_warpOffs()600 myyL = invAlt2DL.matE.yyE << -shiftL; in bim_UInt8Image_warpOffs()642 yL = tyL + myyL * jL; in bim_UInt8Image_warpOffs()