Searched refs:txL (Results 1 - 3 of 3) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
H A D | Functions.c | 96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; local 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 >> 428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; local [all...] |
H A D | UInt16ByteImage.c | 363 int32 txL; local 422 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; 440 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; 449 xL = txL + mxyL * jL; 663 int32 txL; local 721 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; 739 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; 748 xL = txL + mxyL * jL;
|
H A D | UInt8Image.c | 549 int32 txL; local 609 txL = invAlt2DL.vecE.xE >> shiftL; 627 txL = invAlt2DL.vecE.xE << -shiftL; 635 txL += xOffsA << bbpL; 641 xL = txL + mxyL * jL;
|
Completed in 13 milliseconds