HomeSort by relevance Sort by last modified time
    Searched refs:mxyL (Results 1 - 3 of 3) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 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
    [all...]
UInt16ByteImage.c 359 int32 mxyL;
387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL;
412 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL;
449 xL = txL + mxyL * jL;
659 int32 mxyL;
686 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL;
711 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL;
748 xL = txL + mxyL * jL;
UInt8Image.c 545 int32 mxyL;
573 mxyL = invAlt2DL.matE.xyE >> shiftL;
598 mxyL = invAlt2DL.matE.xyE << -shiftL;
641 xL = txL + mxyL * jL;

Completed in 2442 milliseconds