• Home
  • Raw
  • Download

Lines Matching refs:mxyL

96 	int32 mxxL, mxyL, myxL, myyL, txL, tyL;  in bim_filterWarpInterpolation()  local
116 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpInterpolation()
124 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
150 uint32 axyL = ( mxyL >= 0 ) ? mxyL : -mxyL; in bim_filterWarpInterpolation()
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
189 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
245 mxyL >>= scaleExpL; in bim_filterWarpInterpolation()
284 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
299 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation()
328 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation()
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpPixelReplication() local
448 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpPixelReplication()
456 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
482 uint32 axyL = ( mxyL >= 0 ) ? mxyL : -mxyL; in bim_filterWarpPixelReplication()
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
521 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
577 mxyL >>= scaleExpL; in bim_filterWarpPixelReplication()
616 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
620 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
631 int32 xL = txL + mxyL * jL; in bim_filterWarpPixelReplication()
648 int32 xL = txL + mxyL * jL; in bim_filterWarpPixelReplication()