Lines Matching refs:txL
96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local
132 txL = invAltL.vecE.xE << shlL; in bim_filterWarpInterpolation()
138 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
143 txL += ( int32 )offsPtrA->xE << 16; in bim_filterWarpInterpolation()
177 xL = txL; in bim_filterWarpInterpolation()
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
189 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
195 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
242 txL -= ( xMinL << 16 ); in bim_filterWarpInterpolation()
248 txL >>= scaleExpL; in bim_filterWarpInterpolation()
276 xL = txL >> 16; in bim_filterWarpInterpolation()
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; 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
464 txL = invAltL.vecE.xE << shlL; in bim_filterWarpPixelReplication()
470 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
475 txL += ( int32 )offsPtrA->xE << 16; in bim_filterWarpPixelReplication()
509 xL = txL; in bim_filterWarpPixelReplication()
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
521 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
527 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpPixelReplication()
574 txL -= ( xMinL << 16 ); in bim_filterWarpPixelReplication()
580 txL >>= scaleExpL; in bim_filterWarpPixelReplication()
608 xL = txL >> 16; in bim_filterWarpPixelReplication()
612 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; 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()