HomeSort by relevance Sort by last modified time
    Searched refs:mxxL (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;
115 mxxL = invAltL.matE.xxE << shlL;
123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1;
149 uint32 axxL = ( mxxL >= 0 ) ? mxxL : -mxxL;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
195 xL = txL + mxxL * ( int32 )dstWidthA;
244 mxxL >>= scaleExpL;
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16
    [all...]
UInt16ByteImage.c 358 int32 mxxL;
386 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL;
411 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL;
488 xL += mxxL;
658 int32 mxxL;
685 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL;
710 mxxL = ( int32 )invAlt2DL.matE.xxE << -shiftL;
781 xL += mxxL;
UInt8Image.c 544 int32 mxxL;
572 mxxL = invAlt2DL.matE.xxE >> shiftL;
597 mxxL = invAlt2DL.matE.xxE << -shiftL;
674 xL += mxxL;

Completed in 2157 milliseconds