Searched refs:myxL (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
117 myxL = invAltL.matE.yxE << shlL;
125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1;
151 uint32 ayxL = ( myxL >= 0 ) ? myxL : -myxL;
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
196 yL = tyL + myxL * ( int32 )dstWidthA;
246 myxL >>= scaleExpL;
281 yL = ( tyL + myxL * ( int3
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; local
[all...]
H A DUInt16ByteImage.c360 int32 myxL; local
388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL;
413 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL;
489 yL += myxL;
660 int32 myxL; local
687 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL;
712 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL;
782 yL += myxL;
H A DUInt8Image.c546 int32 myxL; local
574 myxL = invAlt2DL.matE.yxE >> shiftL;
599 myxL = invAlt2DL.matE.yxE << -shiftL;
675 yL += myxL;

Completed in 196 milliseconds