Home
last modified time | relevance | path

Searched refs:tyL (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
133 tyL = invAltL.vecE.yE << shlL; in bim_filterWarpInterpolation()
139 tyL = ( ( invAltL.vecE.yE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
144 tyL += ( int32 )offsPtrA->yE << 16; in bim_filterWarpInterpolation()
178 yL = tyL; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
190 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
196 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
243 tyL -= ( yMinL << 16 ); in bim_filterWarpInterpolation()
249 tyL >>= scaleExpL; in bim_filterWarpInterpolation()
[all …]
DUInt16ByteImage.c364 int32 tyL; in bim_UInt16ByteImage_warp() local
423 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL; in bim_UInt16ByteImage_warp()
441 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL; in bim_UInt16ByteImage_warp()
450 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp()
664 int32 tyL; in bim_UInt16ByteImage_warp8() local
722 tyL = ( int32 )invAlt2DL.vecE.yE >> shiftL; in bim_UInt16ByteImage_warp8()
740 tyL = ( int32 )invAlt2DL.vecE.yE << -shiftL; in bim_UInt16ByteImage_warp8()
749 yL = tyL + myyL * jL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c550 int32 tyL; in bim_UInt8Image_warpOffs() local
610 tyL = invAlt2DL.vecE.yE >> shiftL; in bim_UInt8Image_warpOffs()
628 tyL = invAlt2DL.vecE.yE << -shiftL; in bim_UInt8Image_warpOffs()
636 tyL += yOffsA << bbpL; in bim_UInt8Image_warpOffs()
642 yL = tyL + myyL * jL; in bim_UInt8Image_warpOffs()