HomeSort by relevance Sort by last modified time
    Searched refs:txL (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;
132 txL = invAltL.vecE.xE << shlL;
138 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1;
143 txL += ( int32 )offsPtrA->xE << 16;
177 xL = txL;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
189 xL = txL + mxyL * ( int32 )dstHeightA;
195 xL = txL + mxxL * ( int32 )dstWidthA;
242 txL -= ( xMinL << 16 );
248 txL >>= scaleExpL
    [all...]
UInt16ByteImage.c 363 int32 txL;
422 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL;
440 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL;
449 xL = txL + mxyL * jL;
663 int32 txL;
721 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL;
739 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL;
748 xL = txL + mxyL * jL;
UInt8Image.c 549 int32 txL;
609 txL = invAlt2DL.vecE.xE >> shiftL;
627 txL = invAlt2DL.vecE.xE << -shiftL;
635 txL += xOffsA << bbpL;
641 xL = txL + mxyL * jL;

Completed in 355 milliseconds