HomeSort by relevance Sort by last modified time
    Searched refs:myyL (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;
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 * ( int32 )( dstHeightA - 1 ) ) >> 16
    [all...]
UInt16ByteImage.c 361 int32 myyL;
389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
414 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
450 yL = tyL + myyL * jL;
661 int32 myyL;
688 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
713 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
749 yL = tyL + myyL * jL;
UInt8Image.c 547 int32 myyL;
575 myyL = invAlt2DL.matE.yyE >> shiftL;
600 myyL = invAlt2DL.matE.yyE << -shiftL;
642 yL = tyL + myyL * jL;

Completed in 49 milliseconds