Searched refs:fractionOnlyL (Results 1 – 2 of 2) sorted by relevance
455 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt16ByteImage_warp() local481 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() local774 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp8()775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp8()
647 const int32 fractionOnlyL = 0xFFFFFFFF >> ( 32 - bbpL ); in bim_UInt8Image_warpOffs() local667 f2xL = ( xL & fractionOnlyL ) >> bbpLby2L; in bim_UInt8Image_warpOffs()668 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt8Image_warpOffs()