Home
last modified time | relevance | path

Searched refs:txL (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
132 txL = invAltL.vecE.xE << shlL; in bim_filterWarpInterpolation()
138 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
143 txL += ( int32 )offsPtrA->xE << 16; in bim_filterWarpInterpolation()
177 xL = txL; in bim_filterWarpInterpolation()
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
189 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
195 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
242 txL -= ( xMinL << 16 ); in bim_filterWarpInterpolation()
248 txL >>= scaleExpL; in bim_filterWarpInterpolation()
[all …]
DUInt16ByteImage.c363 int32 txL; in bim_UInt16ByteImage_warp() local
422 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; in bim_UInt16ByteImage_warp()
440 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; in bim_UInt16ByteImage_warp()
449 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp()
663 int32 txL; in bim_UInt16ByteImage_warp8() local
721 txL = ( int32 )invAlt2DL.vecE.xE >> shiftL; in bim_UInt16ByteImage_warp8()
739 txL = ( int32 )invAlt2DL.vecE.xE << -shiftL; in bim_UInt16ByteImage_warp8()
748 xL = txL + mxyL * jL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c549 int32 txL; in bim_UInt8Image_warpOffs() local
609 txL = invAlt2DL.vecE.xE >> shiftL; in bim_UInt8Image_warpOffs()
627 txL = invAlt2DL.vecE.xE << -shiftL; in bim_UInt8Image_warpOffs()
635 txL += xOffsA << bbpL; in bim_UInt8Image_warpOffs()
641 xL = txL + mxyL * jL; in bim_UInt8Image_warpOffs()