Home
last modified time | relevance | path

Searched refs:myxL (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
117 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpInterpolation()
125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
151 uint32 ayxL = ( myxL >= 0 ) ? myxL : -myxL; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
196 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
246 myxL >>= scaleExpL; in bim_filterWarpInterpolation()
281 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
311 yL += myxL; in bim_filterWarpInterpolation()
[all …]
DUInt16ByteImage.c360 int32 myxL; in bim_UInt16ByteImage_warp() local
388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp()
413 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp()
489 yL += myxL; in bim_UInt16ByteImage_warp()
660 int32 myxL; in bim_UInt16ByteImage_warp8() local
687 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL; in bim_UInt16ByteImage_warp8()
712 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL; in bim_UInt16ByteImage_warp8()
782 yL += myxL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c546 int32 myxL; in bim_UInt8Image_warpOffs() local
574 myxL = invAlt2DL.matE.yxE >> shiftL; in bim_UInt8Image_warpOffs()
599 myxL = invAlt2DL.matE.yxE << -shiftL; in bim_UInt8Image_warpOffs()
675 yL += myxL; in bim_UInt8Image_warpOffs()