Home
last modified time | relevance | path

Searched refs:mxyL (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
116 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpInterpolation()
124 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
150 uint32 axyL = ( mxyL >= 0 ) ? mxyL : -mxyL; in bim_filterWarpInterpolation()
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
189 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
245 mxyL >>= scaleExpL; in bim_filterWarpInterpolation()
284 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
299 int32 xL = txL + mxyL * jL; in bim_filterWarpInterpolation()
[all …]
DUInt16ByteImage.c359 int32 mxyL; in bim_UInt16ByteImage_warp() local
387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL; in bim_UInt16ByteImage_warp()
412 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL; in bim_UInt16ByteImage_warp()
449 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp()
659 int32 mxyL; in bim_UInt16ByteImage_warp8() local
686 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL; in bim_UInt16ByteImage_warp8()
711 mxyL = ( int32 )invAlt2DL.matE.xyE << -shiftL; in bim_UInt16ByteImage_warp8()
748 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c545 int32 mxyL; in bim_UInt8Image_warpOffs() local
573 mxyL = invAlt2DL.matE.xyE >> shiftL; in bim_UInt8Image_warpOffs()
598 mxyL = invAlt2DL.matE.xyE << -shiftL; in bim_UInt8Image_warpOffs()
641 xL = txL + mxyL * jL; in bim_UInt8Image_warpOffs()