Searched defs:tyL (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
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 >>
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; local
[all...]
H A DUInt16ByteImage.c364 int32 tyL; local
423 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
441 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
450 yL = tyL + myyL * jL;
664 int32 tyL; local
722 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL;
740 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL;
749 yL = tyL + myyL * jL;
H A DUInt8Image.c550 int32 tyL; local
610 tyL = invAlt2DL.vecE.yE >> shiftL;
628 tyL = invAlt2DL.vecE.yE << -shiftL;
636 tyL += yOffsA << bbpL;
642 yL = tyL + myyL * jL;

Completed in 169 milliseconds