HomeSort by relevance Sort by last modified time
    Searched refs:tyL (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;
133 tyL = invAltL.vecE.yE << shlL;
139 tyL = ( ( invAltL.vecE.yE >> ( shrL - 1 ) ) + 1 ) >> 1;
144 tyL += ( int32 )offsPtrA->yE << 16;
178 yL = tyL;
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
190 yL = tyL + myyL * ( int32 )dstHeightA;
196 yL = tyL + myxL * ( int32 )dstWidthA;
243 tyL -= ( yMinL << 16 );
249 tyL >>= scaleExpL
    [all...]
UInt16ByteImage.c 364 int32 tyL;
423 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
441 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
450 yL = tyL + myyL * jL;
664 int32 tyL;
722 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
740 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
749 yL = tyL + myyL * jL;
UInt8Image.c 550 int32 tyL;
610 tyL = invAlt2DL.vecE.yE >> shiftL;
628 tyL = invAlt2DL.vecE.yE << -shiftL;
636 tyL += yOffsA << bbpL;
642 yL = tyL + myyL * jL;

Completed in 99 milliseconds