Searched refs:myyL (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
118 myyL = invAltL.matE.yyE << shlL;
126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1;
152 uint32 ayyL = ( myyL >= 0 ) ? myyL : -myyL;
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
190 yL = tyL + myyL * ( int32 )dstHeightA;
247 myyL >>= scaleExpL;
285 yL = ( tyL + myyL * ( int3
428 int32 mxxL, mxyL, myxL, myyL, txL, tyL; local
[all...]
H A DUInt16ByteImage.c361 int32 myyL; local
389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
414 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
450 yL = tyL + myyL * jL;
661 int32 myyL; local
688 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
713 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
749 yL = tyL + myyL * jL;
H A DUInt8Image.c547 int32 myyL; local
575 myyL = invAlt2DL.matE.yyE >> shiftL;
600 myyL = invAlt2DL.matE.yyE << -shiftL;
642 yL = tyL + myyL * jL;

Completed in 89 milliseconds