Home
last modified time | relevance | path

Searched refs:myyL (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c96 int32 mxxL, mxyL, myxL, myyL, txL, tyL; in bim_filterWarpInterpolation() local
118 myyL = invAltL.matE.yyE << shlL; in bim_filterWarpInterpolation()
126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
152 uint32 ayyL = ( myyL >= 0 ) ? myyL : -myyL; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
190 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
247 myyL >>= scaleExpL; in bim_filterWarpInterpolation()
285 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
300 int32 yL = tyL + myyL * jL; in bim_filterWarpInterpolation()
[all …]
DUInt16ByteImage.c361 int32 myyL; in bim_UInt16ByteImage_warp() local
389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL; in bim_UInt16ByteImage_warp()
414 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL; in bim_UInt16ByteImage_warp()
450 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp()
661 int32 myyL; in bim_UInt16ByteImage_warp8() local
688 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL; in bim_UInt16ByteImage_warp8()
713 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL; in bim_UInt16ByteImage_warp8()
749 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c547 int32 myyL; in bim_UInt8Image_warpOffs() local
575 myyL = invAlt2DL.matE.yyE >> shiftL; in bim_UInt8Image_warpOffs()
600 myyL = invAlt2DL.matE.yyE << -shiftL; in bim_UInt8Image_warpOffs()
642 yL = tyL + myyL * jL; in bim_UInt8Image_warpOffs()