Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c455 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt16ByteImage_warp() local
481 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp()
482 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp()
754 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt16ByteImage_warp8() local
774 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp8()
775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp8()
DUInt8Image.c647 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt8Image_warpOffs() local
667 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt8Image_warpOffs()
668 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt8Image_warpOffs()