Home | History | Annotate | Download | only in b_ImageEm

Lines Matching refs:mxyL

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