Lines Matching refs:mxxL
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local
115 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()
339 xL += mxxL; in bim_filterWarpInterpolation()
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpPixelReplication() local
447 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpPixelReplication()
455 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
481 uint32 axxL = ( mxxL >= 0 ) ? mxxL : -mxxL; in bim_filterWarpPixelReplication()
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
527 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpPixelReplication()
576 mxxL >>= scaleExpL; in bim_filterWarpPixelReplication()
612 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
620 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
637 xL += mxxL; in bim_filterWarpPixelReplication()
655 xL += mxxL; in bim_filterWarpPixelReplication()