Home
last modified time | relevance | path

Searched refs:bbpLby2L (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c453 const uint16 bbpLby2L = bbpL / 2; in bim_UInt16ByteImage_warp() local
454 const int32 oneL = ( int32 )0x00000001 << bbpLby2L; in bim_UInt16ByteImage_warp()
481 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp()
482 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp()
516 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
545 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
560 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
567 dstPixelL = valL >> bbpLby2L; in bim_UInt16ByteImage_warp()
752 const uint16 bbpLby2L = bbpL / 2; in bim_UInt16ByteImage_warp8() local
753 const int32 oneL = ( int32 )0x00000001 << bbpLby2L; in bim_UInt16ByteImage_warp8()
[all …]
DUInt8Image.c645 const uint16 bbpLby2L = bbpL / 2; in bim_UInt8Image_warpOffs() local
646 const int32 oneL = 0x00000001 << bbpLby2L; in bim_UInt8Image_warpOffs()
667 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt8Image_warpOffs()
668 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt8Image_warpOffs()
694 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()
714 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()
730 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()
737 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()