Searched refs:mxyL (Results 1 - 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; local
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 * ( int3
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; local
[all...]
H A DUInt16ByteImage.c359 int32 mxyL; local
387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL;
412 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL;
449 xL = txL + mxyL * jL;
659 int32 mxyL; local
686 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL;
711 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL;
748 xL = txL + mxyL * jL;
H A DUInt8Image.c545 int32 mxyL; local
573 mxyL = invAlt2DL.matE.xyE >> shiftL;
598 mxyL = invAlt2DL.matE.xyE << -shiftL;
641 xL = txL + mxyL * jL;

Completed in 785 milliseconds